#781202

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

Shades of Maroon #781202

Tints of Maroon #781202

Color information

#781202 (or 0x781202) is unknown color: approx Maroon. HEX triplet: 78, 12 and 02. RGB value is (120,18,2). Sum of RGB (Red+Green+Blue) = 120+18+2=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #781202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781202 is #87EDFD. Grayscale: #2E2E2E. Windows color (decimal): -8908286 or 135800. OLE color: 135800.

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

Color convert

RGB120182-
CMYK00.850.980.53
HSL8.14º96.72%23.92%-
HSV(B)8.14º98.33%47.06%-
XYZ7.974.430.49-
YUV46.67102.79180.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 85.71%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=85.71%
G=12.86%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12018200.850.980.538.1496.7223.92
Hex78122055623586118
Octal1702220125142651014130
Binary111100010010100101010111000101101011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781202; }

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

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

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

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

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

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

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

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