#5B0201

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

Shades of Maroon #5B0201

Tints of Maroon #5B0201

Color information

#5B0201 (or 0x5B0201) is unknown color: approx Maroon. HEX triplet: 5B, 02 and 01. RGB value is (91,2,1). Sum of RGB (Red+Green+Blue) = 91+2+1=94 (12% of max value = 765). Red value is 91 (35.94% from 255 or 96.81% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0201 is #A4FDFE. Grayscale: #1C1C1C. Windows color (decimal): -10812927 or 66139. OLE color: 66139.

HSL color Cylindrical-coordinate representation of color #5B0201: hue angle of 0.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB9121-
CMYK00.980.990.64
HSL0.67º97.83%18.04%-
HSV(B)0.67º98.9%35.69%-
XYZ4.342.270.24-
YUV28.5112.49172.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 96.81%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=96.81%
G=2.13%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal912100.980.990.640.6797.8318.04
Hex5B21062634016212
Octal133210142143100114222
Binary101101110101100010110001110000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,2,1); }

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

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

 a { background-color: rgb(91,2,1); }

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

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

 span { border-color: rgb(91,2,1); }

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