Html Css Color HEX #534765 Mulled Wine

📋 copy color: '#534765'

red 83 ◦ green 71 ◦ blue 101

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

Shades of Mulled Wine #534765

Tints of Mulled Wine #534765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 32.55%
G = 27.84%
B = 39.61%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#534765 (or 0x534765) is known color: Mulled Wine. HEX triplet: 53, 47 and 65. RGB value is (83,71,101). Sum of RGB (Red+Green+Blue) = 83+71+101=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: blue. Hex color #534765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534765 is #ACB89A. Grayscale: #4D4D4D. Windows color (decimal): -11319451 or 6637395. OLE color: 6637395.

HSL color Cylindrical-coordinate representation of color #534765: hue angle of 264º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534765 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 71 101 -
CMYK 0.18 0.30 0 0.60
HSL 264º 0.17% 0.34% -
HSV(B) 264º 0.3% 0.4% -
XYZ 8.17 7.29 13.29 -
YUV 78.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 83 71 101 0.18 0.30 0 0.60 264 0.17 0.34
Hex 53 47 65 12 1E 0 3C 108 11 22
Octal 123 107 145 22 36 0 74 410 21 42
Binary 1010011 1000111 1100101 10010 11110 0 111100 100001000 10001 100010

Color Harmonies of #534765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534765

Black with #534765

Text Example


Text Example

White with #534765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534765; }

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

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

background-color css

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

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

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

border-color css

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

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

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