Html Css Color HEX #5B0403 Maroon

📋 copy color: '#5B0403'

red 91 ◦ green 4 ◦ blue 3

#5B0403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #5B0403

Tints of Maroon #5B0403

RGB

 RED value IS 91 (35.94% from 255) = 92.86%

 GREEN value IS 4 (1.95% from 255) = 4.08%

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 92.86%
G = 4.08%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#5B0403 (or 0x5B0403) is known color: Maroon. HEX triplet: 5B, 04 and 03. RGB value is (91,4,3). Sum of RGB (Red+Green+Blue) = 91+4+3=98 (12% of max value = 765). Red value is 91 (35.94% from 255 or 92.86% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0403 is #A4FBFC. Grayscale: #1D1D1D. Windows color (decimal): -10812413 or 197723. OLE color: 197723.

HSL color Cylindrical-coordinate representation of color #5B0403: hue angle of 0.68º 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 #5B0403 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 4 3 -
CMYK 0 0.96 0.97 0.64
HSL 0.68º 0.94% 0.18% -
HSV(B) 0.68º 0.97% 0.36% -
XYZ 4.37 2.32 0.3 -
YUV 29.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 91 4 3 0 0.96 0.97 0.64 0.68 0.94 0.18
Hex 5B 4 3 0 60 61 40 1 5E 12
Octal 133 4 3 0 140 141 100 1 136 22
Binary 1011011 100 11 0 1100000 1100001 1000000 1 1011110 10010

Color Harmonies of #5B0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0403

Black with #5B0403

Text Example


Text Example

White with #5B0403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B0403;
 }
 .AnyTagClassName
 {
   color: #5B0403;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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