Html Css Color HEX #575261 Mulled Wine

📋 copy color: '#575261'

red 87 ◦ green 82 ◦ blue 97

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

Shades of Mulled Wine #575261

Tints of Mulled Wine #575261

RGB

 RED value IS 87 (34.38% from 255) = 32.71%

 GREEN value IS 82 (32.42% from 255) = 30.83%

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 32.71%
G = 30.83%
B = 36.47%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575261 (or 0x575261) is known color: Mulled Wine. HEX triplet: 57, 52 and 61. RGB value is (87,82,97). Sum of RGB (Red+Green+Blue) = 87+82+97=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #575261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575261 is #A8AD9E. Grayscale: #555555. Windows color (decimal): -11054495 or 6378071. OLE color: 6378071.

HSL color Cylindrical-coordinate representation of color #575261: hue angle of 260º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575261 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 82 97 -
CMYK 0.10 0.15 0 0.62
HSL 260º 0.08% 0.35% -
HSV(B) 260º 0.15% 0.38% -
XYZ 9.11 8.92 12.55 -
YUV 85.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 87 82 97 0.10 0.15 0 0.62 260 0.08 0.35
Hex 57 52 61 A F 0 3E 104 8 23
Octal 127 122 141 12 17 0 76 404 10 43
Binary 1010111 1010010 1100001 1010 1111 0 111110 100000100 1000 100011

Color Harmonies of #575261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575261

Black with #575261

Text Example


Text Example

White with #575261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575261; }

 p { color: rgb(87,82,97); }

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

background-color css

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

 a { background-color: rgb(87,82,97); }

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

border-color css

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

 span { border-color: rgb(87,82,97); }

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