#5F0704

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

Shades of Maroon #5F0704

Tints of Maroon #5F0704

Color information

#5F0704 (or 0x5F0704) is unknown color: approx Maroon. HEX triplet: 5F, 07 and 04. RGB value is (95,7,4). Sum of RGB (Red+Green+Blue) = 95+7+4=106 (14% of max value = 765). Red value is 95 (37.5% from 255 or 89.62% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0704 is #A0F8FB. Grayscale: #212121. Windows color (decimal): -10549500 or 264031. OLE color: 264031.

HSL color Cylindrical-coordinate representation of color #5F0704: hue angle of 1.98º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0704 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB9574-
CMYK00.930.960.63
HSL1.98º91.92%19.41%-
HSV(B)1.98º95.79%37.25%-
XYZ4.822.590.36-
YUV32.97111.65172.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 89.62%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=89.62%
G=6.60%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal957400.930.960.631.9891.9219.41
Hex5F7405D603F25c13
Octal13774013514077213423
Binary101111111110001011101110000011111110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F0704; }

 p { color: rgb(95,7,4); }

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

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

 a { background-color: rgb(95,7,4); }

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

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

 span { border-color: rgb(95,7,4); }

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