Html Css Color HEX #5E0403 Maroon

📋 copy color: '#5E0403'

red 94 ◦ green 4 ◦ blue 3

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

Shades of Maroon #5E0403

Tints of Maroon #5E0403

RGB

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

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

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

R = 93.07%
G = 3.96%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5E0403 (or 0x5E0403) is known color: Maroon. HEX triplet: 5E, 04 and 03. RGB value is (94,4,3). Sum of RGB (Red+Green+Blue) = 94+4+3=101 (13% of max value = 765). Red value is 94 (37.11% from 255 or 93.07% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0403 is #A1FBFC. Grayscale: #1E1E1E. Windows color (decimal): -10615805 or 197726. OLE color: 197726.

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

Color convert

RGB 94 4 3 -
CMYK 0 0.96 0.97 0.63
HSL 0.66º 0.94% 0.19% -
HSV(B) 0.66º 0.97% 0.37% -
XYZ 4.68 2.47 0.32 -
YUV 30.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 94 4 3 0 0.96 0.97 0.63 0.66 0.94 0.19
Hex 5E 4 3 0 60 61 3F 1 5E 13
Octal 136 4 3 0 140 141 77 1 136 23
Binary 1011110 100 11 0 1100000 1100001 111111 1 1011110 10011

Color Harmonies of #5E0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0403

Black with #5E0403

Text Example


Text Example

White with #5E0403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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