Html Css Color HEX #585040 Mondo

📋 copy color: '#585040'

red 88 ◦ green 80 ◦ blue 64

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

Shades of Mondo #585040

Tints of Mondo #585040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 37.93%
G = 34.48%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#585040 (or 0x585040) is known color: Mondo. HEX triplet: 58, 50 and 40. RGB value is (88,80,64). Sum of RGB (Red+Green+Blue) = 88+80+64=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #585040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585040 is #A7AFBF. Grayscale: #505050. Windows color (decimal): -10989504 or 4214872. OLE color: 4214872.

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

Color convert

RGB 88 80 64 -
CMYK 0 0.09 0.27 0.65
HSL 40º 0.16% 0.3% -
HSV(B) 40º 0.27% 0.35% -
XYZ 7.82 8.18 6.02 -
YUV 80.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 88 80 64 0 0.09 0.27 0.65 40 0.16 0.3
Hex 58 50 40 0 9 1B 41 28 10 1E
Octal 130 120 100 0 11 33 101 50 20 36
Binary 1011000 1010000 1000000 0 1001 11011 1000001 101000 10000 11110

Color Harmonies of #585040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585040

Black with #585040

Text Example


Text Example

White with #585040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585040; }

 p { color: rgb(88,80,64); }

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

background-color css

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

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

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

border-color css

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

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

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