#5B0503

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

Shades of Maroon #5B0503

Tints of Maroon #5B0503

Color information

#5B0503 (or 0x5B0503) is unknown color: approx Maroon. HEX triplet: 5B, 05 and 03. RGB value is (91,5,3). Sum of RGB (Red+Green+Blue) = 91+5+3=99 (13% of max value = 765). Red value is 91 (35.94% from 255 or 91.92% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0503 is #A4FAFC. Grayscale: #1E1E1E. Windows color (decimal): -10812157 or 197979. OLE color: 197979.

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

Color convert

RGB9153-
CMYK00.950.970.64
HSL1.36º93.62%18.43%-
HSV(B)1.36º96.7%35.69%-
XYZ4.392.340.31-
YUV30.49112.49171.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 91.92%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=91.92%
G=5.05%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal915300.950.970.641.3693.6218.43
Hex5B5305F614015e12
Octal133530137141100113622
Binary10110111011101011111110000110000001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,5,3); }

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

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

 a { background-color: rgb(91,5,3); }

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

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

 span { border-color: rgb(91,5,3); }

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