#78081f

Color #78081F Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #78081F

Tints of Burgundy #78081F

Color information

#78081F (or 0x78081F) is unknown color: approx Burgundy. HEX triplet: 78, 08 and 1F. RGB value is (120,8,31). Sum of RGB (Red+Green+Blue) = 120+8+31=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #78081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78081F is #87F7E0. Grayscale: #2C2C2C. Windows color (decimal): -8910817 or 2033784. OLE color: 2033784.

HSL color Cylindrical-coordinate representation of color #78081F: hue angle of 347.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78081F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB120831-
CMYK00.930.740.53
HSL347.68º87.5%25.1%-
HSV(B)347.68º93.33%47.06%-
XYZ8.084.271.69-
YUV44.11120.61182.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 75.47%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=75.47%
G=5.03%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12083100.930.740.53347.6887.525.1
Hex7881F05D4A3515c5819
Octal170103701351126553413031
Binary1111000100011111010111011001010110101101011100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78081f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78081f; }

 p { color: rgb(120,8,31); }

 H1.HeaderClassName
 {
   color: #78081f;
 }
 .AnyTagClassName
 {
   color: #78081f;
 }
</style>
background-color css

<style>
 a { background-color: #78081f; }

 a { background-color: rgb(120,8,31); }

 div.DivClassName
 {
   background-color: #78081f;
 }
 .BgClassName
 {
   background-color: #78081f;
 }
</style>
border-color css

<style>
 span { border-color: #78081f; }

 span { border-color: rgb(120,8,31); }

 td.TdClassName
 {
   border-color: #78081f;
 }
 .TagClassName
 {
   border-color: #78081f;
 }
</style>