Html Css Color HEX #5B0303 Maroon

📋 copy color: '#5B0303'

red 91 ◦ green 3 ◦ blue 3

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

Shades of Maroon #5B0303

Tints of Maroon #5B0303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

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

R = 93.81%
G = 3.09%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#5B0303 (or 0x5B0303) is known color: Maroon. HEX triplet: 5B, 03 and 03. RGB value is (91,3,3). Sum of RGB (Red+Green+Blue) = 91+3+3=97 (12% of max value = 765). Red value is 91 (35.94% from 255 or 93.81% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0303 is #A4FCFC. Grayscale: #1D1D1D. Windows color (decimal): -10812669 or 197467. OLE color: 197467.

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

Color convert

RGB 91 3 3 -
CMYK 0 0.97 0.97 0.64
HSL 0.94% 0.18% -
HSV(B) 0.97% 0.36% -
XYZ 4.36 2.3 0.3 -
YUV 29.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 91 3 3 0 0.97 0.97 0.64 0 0.94 0.18
Hex 5B 3 3 0 61 61 40 0 5E 12
Octal 133 3 3 0 141 141 100 0 136 22
Binary 1011011 11 11 0 1100001 1100001 1000000 0 1011110 10010

Color Harmonies of #5B0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0303

Black with #5B0303

Text Example


Text Example

White with #5B0303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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