Html Css Color HEX #534767 Mulled Wine

📋 copy color: '#534767'

red 83 ◦ green 71 ◦ blue 103

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

Shades of Mulled Wine #534767

Tints of Mulled Wine #534767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 32.3%
G = 27.63%
B = 40.08%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#534767 (or 0x534767) is known color: Mulled Wine. HEX triplet: 53, 47 and 67. RGB value is (83,71,103). Sum of RGB (Red+Green+Blue) = 83+71+103=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 103 - color contains mainly: blue. Hex color #534767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534767 is #ACB898. Grayscale: #4E4E4E. Windows color (decimal): -11319449 or 6768467. OLE color: 6768467.

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

Color convert

RGB 83 71 103 -
CMYK 0.19 0.31 0 0.60
HSL 262.5º 0.18% 0.34% -
HSV(B) 262.5º 0.31% 0.4% -
XYZ 8.27 7.32 13.81 -
YUV 78.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 83 71 103 0.19 0.31 0 0.60 262.5 0.18 0.34
Hex 53 47 67 13 1F 0 3C 106 12 22
Octal 123 107 147 23 37 0 74 406 22 42
Binary 1010011 1000111 1100111 10011 11111 0 111100 100000110 10010 100010

Color Harmonies of #534767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534767

Black with #534767

Text Example


Text Example

White with #534767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534767; }

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

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

background-color css

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

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

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

border-color css

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

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

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