#780C23

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

Shades of Burgundy #780C23

Tints of Burgundy #780C23

Color information

#780C23 (or 0x780C23) is unknown color: approx Burgundy. HEX triplet: 78, 0C and 23. RGB value is (120,12,35). Sum of RGB (Red+Green+Blue) = 120+12+35=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #780C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C23 is #87F3DC. Grayscale: #2E2E2E. Windows color (decimal): -8909789 or 2296952. OLE color: 2296952.

HSL color Cylindrical-coordinate representation of color #780C23: hue angle of 347.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C23 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1201235-
CMYK00.900.710.53
HSL347.22º81.82%25.88%-
HSV(B)347.22º90%47.06%-
XYZ8.184.382-
YUV46.91121.28180.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=71.86%
G=7.19%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120123500.900.710.53347.2281.8225.88
Hex78C2305A473515b521a
Octal170144301321076553312232
Binary11110001100100011010110101000111110101101011011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780C23; }

 p { color: rgb(120,12,35); }

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

<style>
 a { background-color: #780C23; }

 a { background-color: rgb(120,12,35); }

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

<style>
 span { border-color: #780C23; }

 span { border-color: rgb(120,12,35); }

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