Html Css Color HEX #534769 Mulled Wine

📋 copy color: '#534769'

red 83 ◦ green 71 ◦ blue 105

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

Shades of Mulled Wine #534769

Tints of Mulled Wine #534769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 32.05%
G = 27.41%
B = 40.54%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534769 (or 0x534769) is known color: Mulled Wine. HEX triplet: 53, 47 and 69. RGB value is (83,71,105). Sum of RGB (Red+Green+Blue) = 83+71+105=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #534769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534769 is #ACB896. Grayscale: #4E4E4E. Windows color (decimal): -11319447 or 6899539. OLE color: 6899539.

HSL color Cylindrical-coordinate representation of color #534769: hue angle of 261.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534769 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 71 105 -
CMYK 0.21 0.32 0 0.59
HSL 261.18º 0.19% 0.35% -
HSV(B) 261.18º 0.32% 0.41% -
XYZ 8.37 7.37 14.35 -
YUV 78.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 83 71 105 0.21 0.32 0 0.59 261.18 0.19 0.35
Hex 53 47 69 15 20 0 3B 105 13 23
Octal 123 107 151 25 40 0 73 405 23 43
Binary 1010011 1000111 1101001 10101 100000 0 111011 100000101 10011 100011

Color Harmonies of #534769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534769

Black with #534769

Text Example


Text Example

White with #534769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534769; }

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

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

background-color css

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

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

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

border-color css

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

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

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