Html Css Color HEX #580400 Maroon

📋 copy color: '#580400'

red 88 ◦ green 4 ◦ blue 0

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

Shades of Maroon #580400

Tints of Maroon #580400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.65%
G = 4.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#580400 (or 0x580400) is known color: Maroon. HEX triplet: 58, 04 and 00. RGB value is (88,4,0). Sum of RGB (Red+Green+Blue) = 88+4+0=92 (12% of max value = 765). Red value is 88 (34.77% from 255 or 95.65% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 88 - color contains mainly: red. Hex color #580400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580400 is #A7FBFF. Grayscale: #1C1C1C. Windows color (decimal): -11009024 or 1112. OLE color: 1112.

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

Color convert

RGB 88 4 0 -
CMYK 0 0.95 1 0.65
HSL 2.73º 1% 0.17% -
HSV(B) 2.73º 1% 0.35% -
XYZ 4.07 2.16 0.2 -
YUV 28.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 88 4 0 0 0.95 1 0.65 2.73 1 0.17
Hex 58 4 0 0 5F 64 41 3 64 11
Octal 130 4 0 0 137 144 101 3 144 21
Binary 1011000 100 0 0 1011111 1100100 1000001 11 1100100 10001

Color Harmonies of #580400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580400

Black with #580400

Text Example


Text Example

White with #580400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580400; }

 p { color: rgb(88,4,0); }

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

background-color css

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

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

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

border-color css

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

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

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