Html Css Color HEX #574C6C Mulled Wine

📋 copy color: '#574C6C'

red 87 ◦ green 76 ◦ blue 108

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

Shades of Mulled Wine #574C6C

Tints of Mulled Wine #574C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 32.1%
G = 28.04%
B = 39.85%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#574C6C (or 0x574C6C) is known color: Mulled Wine. HEX triplet: 57, 4C and 6C. RGB value is (87,76,108). Sum of RGB (Red+Green+Blue) = 87+76+108=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #574C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C6C is #A8B393. Grayscale: #525252. Windows color (decimal): -11056020 or 7097431. OLE color: 7097431.

HSL color Cylindrical-coordinate representation of color #574C6C: hue angle of 260.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #574C6C is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 76 108 -
CMYK 0.19 0.30 0 0.58
HSL 260.63º 0.17% 0.36% -
HSV(B) 260.63º 0.3% 0.42% -
XYZ 9.22 8.28 15.3 -
YUV 82.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 87 76 108 0.19 0.30 0 0.58 260.63 0.17 0.36
Hex 57 4C 6C 13 1E 0 3A 105 11 24
Octal 127 114 154 23 36 0 72 405 21 44
Binary 1010111 1001100 1101100 10011 11110 0 111010 100000101 10001 100100

Color Harmonies of #574C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C6C

Black with #574C6C

Text Example


Text Example

White with #574C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574C6C; }

 p { color: rgb(87,76,108); }

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

background-color css

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

 a { background-color: rgb(87,76,108); }

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

border-color css

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

 span { border-color: rgb(87,76,108); }

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