Html Css Color HEX #534365 Mulled Wine

📋 copy color: '#534365'

red 83 ◦ green 67 ◦ blue 101

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

Shades of Mulled Wine #534365

Tints of Mulled Wine #534365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 33.07%
G = 26.69%
B = 40.24%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#534365 (or 0x534365) is known color: Mulled Wine. HEX triplet: 53, 43 and 65. RGB value is (83,67,101). Sum of RGB (Red+Green+Blue) = 83+67+101=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #534365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534365 is #ACBC9A. Grayscale: #4B4B4B. Windows color (decimal): -11320475 or 6636371. OLE color: 6636371.

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

Color convert

RGB 83 67 101 -
CMYK 0.18 0.34 0 0.60
HSL 268.24º 0.2% 0.33% -
HSV(B) 268.24º 0.34% 0.4% -
XYZ 7.92 6.79 13.21 -
YUV 75.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 83 67 101 0.18 0.34 0 0.60 268.24 0.2 0.33
Hex 53 43 65 12 22 0 3C 10C 14 21
Octal 123 103 145 22 42 0 74 414 24 41
Binary 1010011 1000011 1100101 10010 100010 0 111100 100001100 10100 100001

Color Harmonies of #534365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534365

Black with #534365

Text Example


Text Example

White with #534365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534365; }

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

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

background-color css

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

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

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

border-color css

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

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

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