Html Css Color HEX #534C64 Mulled Wine

📋 copy color: '#534C64'

red 83 ◦ green 76 ◦ blue 100

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

Shades of Mulled Wine #534C64

Tints of Mulled Wine #534C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.61%

R = 32.05%
G = 29.34%
B = 38.61%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#534C64 (or 0x534C64) is known color: Mulled Wine. HEX triplet: 53, 4C and 64. RGB value is (83,76,100). Sum of RGB (Red+Green+Blue) = 83+76+100=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 100 - color contains mainly: blue. Hex color #534C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C64 is #ACB39B. Grayscale: #505050. Windows color (decimal): -11318172 or 6573139. OLE color: 6573139.

HSL color Cylindrical-coordinate representation of color #534C64: hue angle of 257.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #534C64 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 76 100 -
CMYK 0.17 0.24 0 0.61
HSL 257.5º 0.14% 0.35% -
HSV(B) 257.5º 0.24% 0.39% -
XYZ 8.45 7.93 13.14 -
YUV 80.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 83 76 100 0.17 0.24 0 0.61 257.5 0.14 0.35
Hex 53 4C 64 11 18 0 3D 102 E 23
Octal 123 114 144 21 30 0 75 402 16 43
Binary 1010011 1001100 1100100 10001 11000 0 111101 100000010 1110 100011

Color Harmonies of #534C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C64

Black with #534C64

Text Example


Text Example

White with #534C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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