#781006

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

Shades of Maroon #781006

Tints of Maroon #781006

Color information

#781006 (or 0x781006) is unknown color: approx Maroon. HEX triplet: 78, 10 and 06. RGB value is (120,16,6). Sum of RGB (Red+Green+Blue) = 120+16+6=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #781006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781006 is #87EFF9. Grayscale: #2E2E2E. Windows color (decimal): -8908794 or 397432. OLE color: 397432.

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

Color convert

RGB120166-
CMYK00.870.950.53
HSL5.26º90.48%24.71%-
HSV(B)5.26º95%47.06%-
XYZ7.964.380.6-
YUV45.96105.46180.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 84.51%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=84.51%
G=11.27%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12016600.870.950.535.2690.4824.71
Hex781060575F3555a19
Octal170206012713765513231
Binary111100010000110010101111011111110101101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781006; }

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

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

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

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

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

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

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

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