Html Css Color HEX #534D62 Mulled Wine

📋 copy color: '#534D62'

red 83 ◦ green 77 ◦ blue 98

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

Shades of Mulled Wine #534D62

Tints of Mulled Wine #534D62

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.84%

 BLUE value IS 98 (38.67% from 255) = 37.98%

R = 32.17%
G = 29.84%
B = 37.98%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534D62 (or 0x534D62) is known color: Mulled Wine. HEX triplet: 53, 4D and 62. RGB value is (83,77,98). Sum of RGB (Red+Green+Blue) = 83+77+98=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #534D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D62 is #ACB29D. Grayscale: #515151. Windows color (decimal): -11317918 or 6442323. OLE color: 6442323.

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

Color convert

RGB 83 77 98 -
CMYK 0.15 0.21 0 0.62
HSL 257.14º 0.12% 0.34% -
HSV(B) 257.14º 0.21% 0.38% -
XYZ 8.43 8.03 12.66 -
YUV 81.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 83 77 98 0.15 0.21 0 0.62 257.14 0.12 0.34
Hex 53 4D 62 F 15 0 3E 101 C 22
Octal 123 115 142 17 25 0 76 401 14 42
Binary 1010011 1001101 1100010 1111 10101 0 111110 100000001 1100 100010

Color Harmonies of #534D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D62

Black with #534D62

Text Example


Text Example

White with #534D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,77,98); }

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

background-color css

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

 a { background-color: rgb(83,77,98); }

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

border-color css

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

 span { border-color: rgb(83,77,98); }

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