#5F0403

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

Shades of Maroon #5F0403

Tints of Maroon #5F0403

Color information

#5F0403 (or 0x5F0403) is unknown color: approx Maroon. HEX triplet: 5F, 04 and 03. RGB value is (95,4,3). Sum of RGB (Red+Green+Blue) = 95+4+3=102 (13% of max value = 765). Red value is 95 (37.5% from 255 or 93.14% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0403 is #A0FBFC. Grayscale: #1F1F1F. Windows color (decimal): -10550269 or 197727. OLE color: 197727.

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

Color convert

RGB9543-
CMYK00.960.970.63
HSL0.65º93.88%19.22%-
HSV(B)0.65º96.84%37.25%-
XYZ4.782.530.32-
YUV31.09112.15173.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 93.14%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=93.14%
G=3.92%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal954300.960.970.630.6593.8819.22
Hex5F43060613F15e13
Octal13743014014177113623
Binary1011111100110110000011000011111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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