#781601

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

Shades of Maroon #781601

Tints of Maroon #781601

Color information

#781601 (or 0x781601) is unknown color: approx Maroon. HEX triplet: 78, 16 and 01. RGB value is (120,22,1). Sum of RGB (Red+Green+Blue) = 120+22+1=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781601 is #87E9FE. Grayscale: #313131. Windows color (decimal): -8907263 or 71288. OLE color: 71288.

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

Color convert

RGB120221-
CMYK00.820.990.53
HSL10.59º98.35%23.73%-
HSV(B)10.59º99.17%47.06%-
XYZ8.044.570.49-
YUV48.91100.97178.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=83.92%
G=15.38%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12022100.820.990.5310.5998.3523.73
Hex781610526335b6218
Octal1702610122143651314230
Binary11110001011010101001011000111101011011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781601; }

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

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

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

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

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

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

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

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