Html Css Color HEX #574C65 Mulled Wine

📋 copy color: '#574C65'

red 87 ◦ green 76 ◦ blue 101

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

Shades of Mulled Wine #574C65

Tints of Mulled Wine #574C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 32.95%
G = 28.79%
B = 38.26%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#574C65 (or 0x574C65) is known color: Mulled Wine. HEX triplet: 57, 4C and 65. RGB value is (87,76,101). Sum of RGB (Red+Green+Blue) = 87+76+101=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #574C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C65 is #A8B39A. Grayscale: #525252. Windows color (decimal): -11056027 or 6638679. OLE color: 6638679.

HSL color Cylindrical-coordinate representation of color #574C65: hue angle of 266.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574C65 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 76 101 -
CMYK 0.14 0.25 0 0.60
HSL 266.4º 0.14% 0.35% -
HSV(B) 266.4º 0.25% 0.4% -
XYZ 8.86 8.13 13.41 -
YUV 82.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 87 76 101 0.14 0.25 0 0.60 266.4 0.14 0.35
Hex 57 4C 65 E 19 0 3C 10A E 23
Octal 127 114 145 16 31 0 74 412 16 43
Binary 1010111 1001100 1100101 1110 11001 0 111100 100001010 1110 100011

Color Harmonies of #574C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C65

Black with #574C65

Text Example


Text Example

White with #574C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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