Html Css Color HEX #5E0303 Maroon

📋 copy color: '#5E0303'

red 94 ◦ green 3 ◦ blue 3

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

Shades of Maroon #5E0303

Tints of Maroon #5E0303

RGB

 RED value IS 94 (37.11% from 255) = 94%

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

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

R = 94%
G = 3%
B = 3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5E0303 (or 0x5E0303) is known color: Maroon. HEX triplet: 5E, 03 and 03. RGB value is (94,3,3). Sum of RGB (Red+Green+Blue) = 94+3+3=100 (13% of max value = 765). Red value is 94 (37.11% from 255 or 94% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0303 is #A1FCFC. Grayscale: #1E1E1E. Windows color (decimal): -10616061 or 197470. OLE color: 197470.

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

Color convert

RGB 94 3 3 -
CMYK 0 0.97 0.97 0.63
HSL 0.94% 0.19% -
HSV(B) 0.97% 0.37% -
XYZ 4.67 2.45 0.31 -
YUV 30.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 94 3 3 0 0.97 0.97 0.63 0 0.94 0.19
Hex 5E 3 3 0 61 61 3F 0 5E 13
Octal 136 3 3 0 141 141 77 0 136 23
Binary 1011110 11 11 0 1100001 1100001 111111 0 1011110 10011

Color Harmonies of #5E0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0303

Black with #5E0303

Text Example


Text Example

White with #5E0303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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