#78102C

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

Shades of Burgundy #78102C

Tints of Burgundy #78102C

Color information

#78102C (or 0x78102C) is unknown color: approx Burgundy. HEX triplet: 78, 10 and 2C. RGB value is (120,16,44). Sum of RGB (Red+Green+Blue) = 120+16+44=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #78102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78102C is #87EFD3. Grayscale: #323232. Windows color (decimal): -8908756 or 2887800. OLE color: 2887800.

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

Color convert

RGB1201644-
CMYK00.870.630.53
HSL343.85º76.47%26.67%-
HSV(B)343.85º86.67%47.06%-
XYZ8.394.552.82-
YUV50.29124.46177.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=66.67%
G=8.89%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120164400.870.630.53343.8576.4726.67
Hex78102C0573F351584c1b
Octal17020540127776553011433
Binary11110001000010110001010111111111110101101011000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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