Html Css Color HEX #580201 Maroon

📋 copy color: '#580201'

red 88 ◦ green 2 ◦ blue 1

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

Shades of Maroon #580201

Tints of Maroon #580201

RGB

 RED value IS 88 (34.77% from 255) = 96.7%

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

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

R = 96.7%
G = 2.2%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#580201 (or 0x580201) is known color: Maroon. HEX triplet: 58, 02 and 01. RGB value is (88,2,1). Sum of RGB (Red+Green+Blue) = 88+2+1=91 (12% of max value = 765). Red value is 88 (34.77% from 255 or 96.70% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 88 - color contains mainly: red. Hex color #580201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580201 is #A7FDFE. Grayscale: #1B1B1B. Windows color (decimal): -11009535 or 66136. OLE color: 66136.

HSL color Cylindrical-coordinate representation of color #580201: hue angle of 0.69º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 1 -
CMYK 0 0.98 0.99 0.65
HSL 0.69º 0.98% 0.17% -
HSV(B) 0.69º 0.99% 0.35% -
XYZ 4.05 2.12 0.22 -
YUV 27.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 88 2 1 0 0.98 0.99 0.65 0.69 0.98 0.17
Hex 58 2 1 0 62 63 41 1 62 11
Octal 130 2 1 0 142 143 101 1 142 21
Binary 1011000 10 1 0 1100010 1100011 1000001 1 1100010 10001

Color Harmonies of #580201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580201

Black with #580201

Text Example


Text Example

White with #580201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580201; }

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

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

background-color css

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

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

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

border-color css

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

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

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