Html Css Color HEX #580101 Maroon

📋 copy color: '#580101'

red 88 ◦ green 1 ◦ blue 1

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

Shades of Maroon #580101

Tints of Maroon #580101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.11%

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

R = 97.78%
G = 1.11%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#580101 (or 0x580101) is known color: Maroon. HEX triplet: 58, 01 and 01. RGB value is (88,1,1). Sum of RGB (Red+Green+Blue) = 88+1+1=90 (11% of max value = 765). Red value is 88 (34.77% from 255 or 97.78% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 88 - color contains mainly: red. Hex color #580101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580101 is #A7FEFE. Grayscale: #1B1B1B. Windows color (decimal): -11009791 or 65880. OLE color: 65880.

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

Color convert

RGB 88 1 1 -
CMYK 0 0.99 0.99 0.65
HSL 0.98% 0.17% -
HSV(B) 0.99% 0.35% -
XYZ 4.04 2.1 0.22 -
YUV 27.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 88 1 1 0 0.99 0.99 0.65 0 0.98 0.17
Hex 58 1 1 0 63 63 41 0 62 11
Octal 130 1 1 0 143 143 101 0 142 21
Binary 1011000 1 1 0 1100011 1100011 1000001 0 1100010 10001

Color Harmonies of #580101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580101

Black with #580101

Text Example


Text Example

White with #580101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580101; }

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

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

background-color css

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

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

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

border-color css

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

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

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