Html Css Color HEX #534862 Mulled Wine

📋 copy color: '#534862'

red 83 ◦ green 72 ◦ blue 98

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

Shades of Mulled Wine #534862

Tints of Mulled Wine #534862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 32.81%
G = 28.46%
B = 38.74%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534862 (or 0x534862) is known color: Mulled Wine. HEX triplet: 53, 48 and 62. RGB value is (83,72,98). Sum of RGB (Red+Green+Blue) = 83+72+98=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #534862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534862 is #ACB79D. Grayscale: #4E4E4E. Windows color (decimal): -11319198 or 6441043. OLE color: 6441043.

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

Color convert

RGB 83 72 98 -
CMYK 0.15 0.27 0 0.62
HSL 265.38º 0.15% 0.33% -
HSV(B) 265.38º 0.27% 0.38% -
XYZ 8.09 7.36 12.55 -
YUV 78.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 83 72 98 0.15 0.27 0 0.62 265.38 0.15 0.33
Hex 53 48 62 F 1B 0 3E 109 F 21
Octal 123 110 142 17 33 0 76 411 17 41
Binary 1010011 1001000 1100010 1111 11011 0 111110 100001001 1111 100001

Color Harmonies of #534862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534862

Black with #534862

Text Example


Text Example

White with #534862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534862; }

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

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

background-color css

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

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

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

border-color css

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

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

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