Html Css Color HEX #534762 Mulled Wine

📋 copy color: '#534762'

red 83 ◦ green 71 ◦ blue 98

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

Shades of Mulled Wine #534762

Tints of Mulled Wine #534762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 32.94%
G = 28.17%
B = 38.89%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534762 (or 0x534762) is known color: Mulled Wine. HEX triplet: 53, 47 and 62. RGB value is (83,71,98). Sum of RGB (Red+Green+Blue) = 83+71+98=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #534762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534762 is #ACB89D. Grayscale: #4D4D4D. Windows color (decimal): -11319454 or 6440787. OLE color: 6440787.

HSL color Cylindrical-coordinate representation of color #534762: hue angle of 266.67º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #534762 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 71 98 -
CMYK 0.15 0.28 0 0.62
HSL 266.67º 0.16% 0.33% -
HSV(B) 266.67º 0.28% 0.38% -
XYZ 8.03 7.23 12.53 -
YUV 77.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 83 71 98 0.15 0.28 0 0.62 266.67 0.16 0.33
Hex 53 47 62 F 1C 0 3E 10B 10 21
Octal 123 107 142 17 34 0 76 413 20 41
Binary 1010011 1000111 1100010 1111 11100 0 111110 100001011 10000 100001

Color Harmonies of #534762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534762

Black with #534762

Text Example


Text Example

White with #534762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534762; }

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

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

background-color css

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

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

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

border-color css

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

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

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