Html Css Color HEX #5D0301 Maroon

📋 copy color: '#5D0301'

red 93 ◦ green 3 ◦ blue 1

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

Shades of Maroon #5D0301

Tints of Maroon #5D0301

RGB

 RED value IS 93 (36.72% from 255) = 95.88%

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

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

R = 95.88%
G = 3.09%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5D0301 (or 0x5D0301) is known color: Maroon. HEX triplet: 5D, 03 and 01. RGB value is (93,3,1). Sum of RGB (Red+Green+Blue) = 93+3+1=97 (12% of max value = 765). Red value is 93 (36.72% from 255 or 95.88% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0301 is #A2FCFE. Grayscale: #1D1D1D. Windows color (decimal): -10681599 or 66397. OLE color: 66397.

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

Color convert

RGB 93 3 1 -
CMYK 0 0.97 0.99 0.64
HSL 1.3º 0.98% 0.18% -
HSV(B) 1.3º 0.99% 0.36% -
XYZ 4.55 2.39 0.25 -
YUV 29.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 93 3 1 0 0.97 0.99 0.64 1.3 0.98 0.18
Hex 5D 3 1 0 61 63 40 1 62 12
Octal 135 3 1 0 141 143 100 1 142 22
Binary 1011101 11 1 0 1100001 1100011 1000000 1 1100010 10010

Color Harmonies of #5D0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0301

Black with #5D0301

Text Example


Text Example

White with #5D0301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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