#78062C

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

Shades of Burgundy #78062C

Tints of Burgundy #78062C

Color information

#78062C (or 0x78062C) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 2C. RGB value is (120,6,44). Sum of RGB (Red+Green+Blue) = 120+6+44=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78062C is #87F9D3. Grayscale: #2C2C2C. Windows color (decimal): -8911316 or 2885240. OLE color: 2885240.

HSL color Cylindrical-coordinate representation of color #78062C: hue angle of 340º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78062C is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB120644-
CMYK00.950.630.53
HSL340º90.48%24.71%-
HSV(B)340º95%47.06%-
XYZ8.274.312.78-
YUV44.42127.77181.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=70.59%
G=3.53%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12064400.950.630.5334090.4824.71
Hex7862C05F3F351545a19
Octal1706540137776552413231
Binary111100011010110001011111111111110101101010100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78062C; }

 p { color: rgb(120,6,44); }

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

<style>
 a { background-color: #78062C; }

 a { background-color: rgb(120,6,44); }

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

<style>
 span { border-color: #78062C; }

 span { border-color: rgb(120,6,44); }

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