#78042C

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

Shades of Burgundy #78042C

Tints of Burgundy #78042C

Color information

#78042C (or 0x78042C) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 2C. RGB value is (120,4,44). Sum of RGB (Red+Green+Blue) = 120+4+44=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #78042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78042C is #87FBD3. Grayscale: #2B2B2B. Windows color (decimal): -8911828 or 2884728. OLE color: 2884728.

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

Color convert

RGB120444-
CMYK00.970.630.53
HSL339.31º93.55%24.31%-
HSV(B)339.31º96.67%47.06%-
XYZ8.244.262.77-
YUV43.24128.43182.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=71.43%
G=2.38%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12044400.970.630.53339.3193.5524.31
Hex7842C0613F351535e18
Octal1704540141776552313630
Binary111100010010110001100001111111110101101010011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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