#781205

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

Shades of Maroon #781205

Tints of Maroon #781205

Color information

#781205 (or 0x781205) is unknown color: approx Maroon. HEX triplet: 78, 12 and 05. RGB value is (120,18,5). Sum of RGB (Red+Green+Blue) = 120+18+5=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781205 is #87EDFA. Grayscale: #2F2F2F. Windows color (decimal): -8908283 or 332408. OLE color: 332408.

HSL color Cylindrical-coordinate representation of color #781205: hue angle of 6.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #781205 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB120185-
CMYK00.850.960.53
HSL6.78º92%24.51%-
HSV(B)6.78º95.83%47.06%-
XYZ7.994.440.58-
YUV47.02104.29180.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=83.92%
G=12.59%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12018500.850.960.536.789224.51
Hex78125055603575c19
Octal170225012514065713431
Binary111100010010101010101011100000110101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781205; }

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

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

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

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

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

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

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

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