Html Css Color HEX #534959 Mulled Wine

📋 copy color: '#534959'

red 83 ◦ green 73 ◦ blue 89

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

Shades of Mulled Wine #534959

Tints of Mulled Wine #534959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.8%

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

R = 33.88%
G = 29.8%
B = 36.33%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534959 (or 0x534959) is known color: Mulled Wine. HEX triplet: 53, 49 and 59. RGB value is (83,73,89). Sum of RGB (Red+Green+Blue) = 83+73+89=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #534959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534959 is #ACB6A6. Grayscale: #4D4D4D. Windows color (decimal): -11318951 or 5851475. OLE color: 5851475.

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

Color convert

RGB 83 73 89 -
CMYK 0.07 0.18 0 0.65
HSL 277.5º 0.1% 0.32% -
HSV(B) 277.5º 0.18% 0.35% -
XYZ 7.75 7.33 10.46 -
YUV 77.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 83 73 89 0.07 0.18 0 0.65 277.5 0.1 0.32
Hex 53 49 59 7 12 0 41 116 A 20
Octal 123 111 131 7 22 0 101 426 12 40
Binary 1010011 1001001 1011001 111 10010 0 1000001 100010110 1010 100000

Color Harmonies of #534959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534959

Black with #534959

Text Example


Text Example

White with #534959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534959; }

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

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

background-color css

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

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

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

border-color css

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

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

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