#53485F

Color #53485F Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #53485F

Tints of Mulled Wine #53485F

Color information

#53485F (or 0x53485F) is unknown color: approx Mulled Wine. HEX triplet: 53, 48 and 5F. RGB value is (83,72,95). Sum of RGB (Red+Green+Blue) = 83+72+95=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #53485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53485F is #ACB7A0. Grayscale: #4D4D4D. Windows color (decimal): -11319201 or 6244435. OLE color: 6244435.

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

Color convert

RGB837295-
CMYK0.130.2400.63
HSL268.7º13.77%32.75%-
HSV(B)268.7º24.21%37.25%-
XYZ7.957.311.82-
YUV77.91137.64131.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 95 (37.5% from 255) = 38%
R=33.2%
G=28.8%
B=38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8372950.130.2400.63268.713.7732.75
Hex53485FD1803F10de21
Octal12311013715300774151641
Binary10100111001000101111111011100001111111000011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53485F;
 }
 .AnyTagClassName
 {
   color: #53485F;
 }
</style>
background-color css

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

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

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

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

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

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