#781402

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

Shades of Maroon #781402

Tints of Maroon #781402

Color information

#781402 (or 0x781402) is unknown color: approx Maroon. HEX triplet: 78, 14 and 02. RGB value is (120,20,2). Sum of RGB (Red+Green+Blue) = 120+20+2=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #781402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781402 is #87EBFD. Grayscale: #303030. Windows color (decimal): -8907774 or 136312. OLE color: 136312.

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

Color convert

RGB120202-
CMYK00.830.980.53
HSL9.15º96.72%23.92%-
HSV(B)9.15º98.33%47.06%-
XYZ8.014.50.5-
YUV47.85102.13179.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 84.51%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=84.51%
G=14.08%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12020200.830.980.539.1596.7223.92
Hex78142053623596118
Octal1702420123142651114130
Binary111100010100100101001111000101101011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781402; }

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

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

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

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

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

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

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

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