Html Css Color HEX #580202 Maroon

📋 copy color: '#580202'

red 88 ◦ green 2 ◦ blue 2

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

Shades of Maroon #580202

Tints of Maroon #580202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.17%

R = 95.65%
G = 2.17%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#580202 (or 0x580202) is known color: Maroon. HEX triplet: 58, 02 and 02. RGB value is (88,2,2). Sum of RGB (Red+Green+Blue) = 88+2+2=92 (12% of max value = 765). Red value is 88 (34.77% from 255 or 95.65% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 88 - color contains mainly: red. Hex color #580202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580202 is #A7FDFD. Grayscale: #1B1B1B. Windows color (decimal): -11009534 or 131672. OLE color: 131672.

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

Color convert

RGB 88 2 2 -
CMYK 0 0.98 0.98 0.65
HSL 0.96% 0.18% -
HSV(B) 0.98% 0.35% -
XYZ 4.06 2.12 0.25 -
YUV 27.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 88 2 2 0 0.98 0.98 0.65 0 0.96 0.18
Hex 58 2 2 0 62 62 41 0 60 12
Octal 130 2 2 0 142 142 101 0 140 22
Binary 1011000 10 10 0 1100010 1100010 1000001 0 1100000 10010

Color Harmonies of #580202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580202

Black with #580202

Text Example


Text Example

White with #580202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580202; }

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

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

background-color css

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

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

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

border-color css

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

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

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