Html Css Color HEX #534C61 Mulled Wine

📋 copy color: '#534C61'

red 83 ◦ green 76 ◦ blue 97

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

Shades of Mulled Wine #534C61

Tints of Mulled Wine #534C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 32.42%
G = 29.69%
B = 37.89%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534C61 (or 0x534C61) is known color: Mulled Wine. HEX triplet: 53, 4C and 61. RGB value is (83,76,97). Sum of RGB (Red+Green+Blue) = 83+76+97=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #534C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C61 is #ACB39E. Grayscale: #505050. Windows color (decimal): -11318175 or 6376531. OLE color: 6376531.

HSL color Cylindrical-coordinate representation of color #534C61: hue angle of 260º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534C61 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 76 97 -
CMYK 0.14 0.22 0 0.62
HSL 260º 0.12% 0.34% -
HSV(B) 260º 0.22% 0.38% -
XYZ 8.31 7.87 12.39 -
YUV 80.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 83 76 97 0.14 0.22 0 0.62 260 0.12 0.34
Hex 53 4C 61 E 16 0 3E 104 C 22
Octal 123 114 141 16 26 0 76 404 14 42
Binary 1010011 1001100 1100001 1110 10110 0 111110 100000100 1100 100010

Color Harmonies of #534C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C61

Black with #534C61

Text Example


Text Example

White with #534C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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