Html Css Color HEX #580301 Maroon

📋 copy color: '#580301'

red 88 ◦ green 3 ◦ blue 1

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

Shades of Maroon #580301

Tints of Maroon #580301

RGB

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

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

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

R = 95.65%
G = 3.26%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#580301 (or 0x580301) is known color: Maroon. HEX triplet: 58, 03 and 01. RGB value is (88,3,1). Sum of RGB (Red+Green+Blue) = 88+3+1=92 (12% of max value = 765). Red value is 88 (34.77% from 255 or 95.65% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 88 - color contains mainly: red. Hex color #580301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580301 is #A7FCFE. Grayscale: #1C1C1C. Windows color (decimal): -11009279 or 66392. OLE color: 66392.

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

Color convert

RGB 88 3 1 -
CMYK 0 0.97 0.99 0.65
HSL 1.38º 0.98% 0.17% -
HSV(B) 1.38º 0.99% 0.35% -
XYZ 4.06 2.14 0.23 -
YUV 28.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 88 3 1 0 0.97 0.99 0.65 1.38 0.98 0.17
Hex 58 3 1 0 61 63 41 1 62 11
Octal 130 3 1 0 141 143 101 1 142 21
Binary 1011000 11 1 0 1100001 1100011 1000001 1 1100010 10001

Color Harmonies of #580301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580301

Black with #580301

Text Example


Text Example

White with #580301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580301; }

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

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

background-color css

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

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

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

border-color css

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

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

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