#5E0902

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

Shades of Maroon #5E0902

Tints of Maroon #5E0902

Color information

#5E0902 (or 0x5E0902) is unknown color: approx Maroon. HEX triplet: 5E, 09 and 02. RGB value is (94,9,2). Sum of RGB (Red+Green+Blue) = 94+9+2=105 (13% of max value = 765). Red value is 94 (37.11% from 255 or 89.52% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0902 is #A1F6FD. Grayscale: #212121. Windows color (decimal): -10614526 or 133470. OLE color: 133470.

HSL color Cylindrical-coordinate representation of color #5E0902: hue angle of 4.57º 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 #5E0902 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB9492-
CMYK00.900.980.63
HSL4.57º95.83%18.82%-
HSV(B)4.57º97.87%36.86%-
XYZ4.722.580.31-
YUV33.62110.16171.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 89.52%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=89.52%
G=8.57%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal949200.900.980.634.5795.8318.82
Hex5E9205A623F56013
Octal136112013214277514023
Binary1011110100110010110101100010111111101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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