Html Css Color HEX #534C66 Mulled Wine

📋 copy color: '#534C66'

red 83 ◦ green 76 ◦ blue 102

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

Shades of Mulled Wine #534C66

Tints of Mulled Wine #534C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 31.8%
G = 29.12%
B = 39.08%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#534C66 (or 0x534C66) is known color: Mulled Wine. HEX triplet: 53, 4C and 66. RGB value is (83,76,102). Sum of RGB (Red+Green+Blue) = 83+76+102=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #534C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C66 is #ACB399. Grayscale: #505050. Windows color (decimal): -11318170 or 6704211. OLE color: 6704211.

HSL color Cylindrical-coordinate representation of color #534C66: hue angle of 256.15º degrees, saturation: 0.15, 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 #534C66 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 76 102 -
CMYK 0.19 0.25 0 0.6
HSL 256.15º 0.15% 0.35% -
HSV(B) 256.15º 0.25% 0.4% -
XYZ 8.55 7.97 13.66 -
YUV 81.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 83 76 102 0.19 0.25 0 0.6 256.15 0.15 0.35
Hex 53 4C 66 13 19 0 3C 100 F 23
Octal 123 114 146 23 31 0 74 400 17 43
Binary 1010011 1001100 1100110 10011 11001 0 111100 100000000 1111 100011

Color Harmonies of #534C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C66

Black with #534C66

Text Example


Text Example

White with #534C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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