#780D06

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

Shades of Maroon #780D06

Tints of Maroon #780D06

Color information

#780D06 (or 0x780D06) is unknown color: approx Maroon. HEX triplet: 78, 0D and 06. RGB value is (120,13,6). Sum of RGB (Red+Green+Blue) = 120+13+6=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #780D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780D06 is #87F2F9. Grayscale: #2C2C2C. Windows color (decimal): -8909562 or 396664. OLE color: 396664.

HSL color Cylindrical-coordinate representation of color #780D06: hue angle of 3.68º 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 #780D06 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB120136-
CMYK00.890.950.53
HSL3.68º90.48%24.71%-
HSV(B)3.68º95%47.06%-
XYZ7.924.290.58-
YUV44.19106.45182.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 86.33%
GREEN value IS 13 (5.47% from 255) = 9.35%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=86.33%
G=9.35%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12013600.890.950.533.6890.4824.71
Hex78D60595F3545a19
Octal170156013113765413231
Binary11110001101110010110011011111110101100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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