Html Css Color HEX #5E0301 Maroon

📋 copy color: '#5E0301'

red 94 ◦ green 3 ◦ blue 1

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

Shades of Maroon #5E0301

Tints of Maroon #5E0301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.02%

R = 95.92%
G = 3.06%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#5E0301 (or 0x5E0301) is known color: Maroon. HEX triplet: 5E, 03 and 01. RGB value is (94,3,1). Sum of RGB (Red+Green+Blue) = 94+3+1=98 (12% of max value = 765). Red value is 94 (37.11% from 255 or 95.92% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0301 is #A1FCFE. Grayscale: #1E1E1E. Windows color (decimal): -10616063 or 66398. OLE color: 66398.

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

Color convert

RGB 94 3 1 -
CMYK 0 0.97 0.99 0.63
HSL 1.29º 0.98% 0.19% -
HSV(B) 1.29º 0.99% 0.37% -
XYZ 4.65 2.45 0.26 -
YUV 29.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 94 3 1 0 0.97 0.99 0.63 1.29 0.98 0.19
Hex 5E 3 1 0 61 63 3F 1 62 13
Octal 136 3 1 0 141 143 77 1 142 23
Binary 1011110 11 1 0 1100001 1100011 111111 1 1100010 10011

Color Harmonies of #5E0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0301

Black with #5E0301

Text Example


Text Example

White with #5E0301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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