Html Css Color HEX #5F0201 Maroon

📋 copy color: '#5F0201'

red 95 ◦ green 2 ◦ blue 1

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

Shades of Maroon #5F0201

Tints of Maroon #5F0201

RGB

 RED value IS 95 (37.5% from 255) = 96.94%

 GREEN value IS 2 (1.17% from 255) = 2.04%

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

R = 96.94%
G = 2.04%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#5F0201 (or 0x5F0201) is known color: Maroon. HEX triplet: 5F, 02 and 01. RGB value is (95,2,1). Sum of RGB (Red+Green+Blue) = 95+2+1=98 (12% of max value = 765). Red value is 95 (37.5% from 255 or 96.94% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0201 is #A0FDFE. Grayscale: #1D1D1D. Windows color (decimal): -10550783 or 66143. OLE color: 66143.

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

Color convert

RGB 95 2 1 -
CMYK 0 0.98 0.99 0.63
HSL 0.64º 0.98% 0.19% -
HSV(B) 0.64º 0.99% 0.37% -
XYZ 4.75 2.48 0.26 -
YUV 29.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 95 2 1 0 0.98 0.99 0.63 0.64 0.98 0.19
Hex 5F 2 1 0 62 63 3F 1 62 13
Octal 137 2 1 0 142 143 77 1 142 23
Binary 1011111 10 1 0 1100010 1100011 111111 1 1100010 10011

Color Harmonies of #5F0201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0201

Black with #5F0201

Text Example


Text Example

White with #5F0201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,2,1); }

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

background-color css

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

 a { background-color: rgb(95,2,1); }

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

border-color css

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

 span { border-color: rgb(95,2,1); }

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