Html Css Color HEX #53495F Mulled Wine

📋 copy color: '#53495F'

red 83 ◦ green 73 ◦ blue 95

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

Shades of Mulled Wine #53495F

Tints of Mulled Wine #53495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 33.07%
G = 29.08%
B = 37.85%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53495F (or 0x53495F) is known color: Mulled Wine. HEX triplet: 53, 49 and 5F. RGB value is (83,73,95). Sum of RGB (Red+Green+Blue) = 83+73+95=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #53495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53495F is #ACB6A0. Grayscale: #4E4E4E. Windows color (decimal): -11318945 or 6244691. OLE color: 6244691.

HSL color Cylindrical-coordinate representation of color #53495F: hue angle of 267.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53495F is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 73 95 -
CMYK 0.13 0.23 0 0.63
HSL 267.27º 0.13% 0.33% -
HSV(B) 267.27º 0.23% 0.37% -
XYZ 8.02 7.43 11.84 -
YUV 78.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 83 73 95 0.13 0.23 0 0.63 267.27 0.13 0.33
Hex 53 49 5F D 17 0 3F 10B D 21
Octal 123 111 137 15 27 0 77 413 15 41
Binary 1010011 1001001 1011111 1101 10111 0 111111 100001011 1101 100001

Color Harmonies of #53495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53495F

Black with #53495F

Text Example


Text Example

White with #53495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53495F; }

 p { color: rgb(83,73,95); }

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

background-color css

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

 a { background-color: rgb(83,73,95); }

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

border-color css

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

 span { border-color: rgb(83,73,95); }

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