Html Css Color HEX #534C59 Mulled Wine

📋 copy color: '#534C59'

red 83 ◦ green 76 ◦ blue 89

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

Shades of Mulled Wine #534C59

Tints of Mulled Wine #534C59

RGB

 RED value IS 83 (32.81% from 255) = 33.47%

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

 BLUE value IS 89 (35.16% from 255) = 35.89%

R = 33.47%
G = 30.65%
B = 35.89%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534C59 (or 0x534C59) is known color: Mulled Wine. HEX triplet: 53, 4C and 59. RGB value is (83,76,89). Sum of RGB (Red+Green+Blue) = 83+76+89=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #534C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C59 is #ACB3A6. Grayscale: #4F4F4F. Windows color (decimal): -11318183 or 5852243. OLE color: 5852243.

HSL color Cylindrical-coordinate representation of color #534C59: hue angle of 272.31º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #534C59 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 76 89 -
CMYK 0.07 0.15 0 0.65
HSL 272.31º 0.08% 0.32% -
HSV(B) 272.31º 0.15% 0.35% -
XYZ 7.95 7.73 10.52 -
YUV 79.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 83 76 89 0.07 0.15 0 0.65 272.31 0.08 0.32
Hex 53 4C 59 7 F 0 41 110 8 20
Octal 123 114 131 7 17 0 101 420 10 40
Binary 1010011 1001100 1011001 111 1111 0 1000001 100010000 1000 100000

Color Harmonies of #534C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C59

Black with #534C59

Text Example


Text Example

White with #534C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534C59; }

 p { color: rgb(83,76,89); }

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

background-color css

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

 a { background-color: rgb(83,76,89); }

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

border-color css

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

 span { border-color: rgb(83,76,89); }

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