#5F0902

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

Shades of Maroon #5F0902

Tints of Maroon #5F0902

Color information

#5F0902 (or 0x5F0902) is unknown color: approx Maroon. HEX triplet: 5F, 09 and 02. RGB value is (95,9,2). Sum of RGB (Red+Green+Blue) = 95+9+2=106 (14% of max value = 765). Red value is 95 (37.5% from 255 or 89.62% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0902 is #A0F6FD. Grayscale: #222222. Windows color (decimal): -10548990 or 133471. OLE color: 133471.

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

Color convert

RGB9592-
CMYK00.910.980.63
HSL4.52º95.88%19.02%-
HSV(B)4.52º97.89%37.25%-
XYZ4.832.630.31-
YUV33.92109.99171.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 89.62%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=89.62%
G=8.49%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal959200.910.980.634.5295.8819.02
Hex5F9205B623F56013
Octal137112013314277514023
Binary1011111100110010110111100010111111101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,9,2); }

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

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

 a { background-color: rgb(95,9,2); }

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

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

 span { border-color: rgb(95,9,2); }

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