#781602

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

Shades of Maroon #781602

Tints of Maroon #781602

Color information

#781602 (or 0x781602) is unknown color: approx Maroon. HEX triplet: 78, 16 and 02. RGB value is (120,22,2). Sum of RGB (Red+Green+Blue) = 120+22+2=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #781602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781602 is #87E9FD. Grayscale: #313131. Windows color (decimal): -8907262 or 136824. OLE color: 136824.

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

Color convert

RGB120222-
CMYK00.820.980.53
HSL10.17º96.72%23.92%-
HSV(B)10.17º98.33%47.06%-
XYZ8.044.570.52-
YUV49.02101.47178.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.33%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=83.33%
G=15.28%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12022200.820.980.5310.1796.7223.92
Hex781620526235a6118
Octal1702620122142651214130
Binary111100010110100101001011000101101011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781602; }

 p { color: rgb(120,22,2); }

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

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

 a { background-color: rgb(120,22,2); }

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

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

 span { border-color: rgb(120,22,2); }

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