Html Css Color HEX #534C63 Mulled Wine

📋 copy color: '#534C63'

red 83 ◦ green 76 ◦ blue 99

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

Shades of Mulled Wine #534C63

Tints of Mulled Wine #534C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 32.17%
G = 29.46%
B = 38.37%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#534C63 (or 0x534C63) is known color: Mulled Wine. HEX triplet: 53, 4C and 63. RGB value is (83,76,99). Sum of RGB (Red+Green+Blue) = 83+76+99=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #534C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C63 is #ACB39C. Grayscale: #505050. Windows color (decimal): -11318173 or 6507603. OLE color: 6507603.

HSL color Cylindrical-coordinate representation of color #534C63: hue angle of 258.26º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534C63 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 76 99 -
CMYK 0.16 0.23 0 0.61
HSL 258.26º 0.13% 0.34% -
HSV(B) 258.26º 0.23% 0.39% -
XYZ 8.4 7.91 12.89 -
YUV 80.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 83 76 99 0.16 0.23 0 0.61 258.26 0.13 0.34
Hex 53 4C 63 10 17 0 3D 102 D 22
Octal 123 114 143 20 27 0 75 402 15 42
Binary 1010011 1001100 1100011 10000 10111 0 111101 100000010 1101 100010

Color Harmonies of #534C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C63

Black with #534C63

Text Example


Text Example

White with #534C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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