#54475F

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

Shades of Mulled Wine #54475F

Tints of Mulled Wine #54475F

Color information

#54475F (or 0x54475F) is unknown color: approx Mulled Wine. HEX triplet: 54, 47 and 5F. RGB value is (84,71,95). Sum of RGB (Red+Green+Blue) = 84+71+95=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 71 (28.12% from 255 or 28.4% 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 #54475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54475F is #ABB8A0. Grayscale: #4D4D4D. Windows color (decimal): -11253921 or 6244180. OLE color: 6244180.

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

Color convert

RGB847195-
CMYK0.120.2500.63
HSL272.5º14.46%32.55%-
HSV(B)272.5º25.26%37.25%-
XYZ7.977.2211.8-
YUV77.62137.81132.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.6%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 95 (37.5% from 255) = 38%
R=33.6%
G=28.4%
B=38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8471950.120.2500.63272.514.4632.55
Hex54475FC1903F110e21
Octal12410713714310774201641
Binary10101001000111101111111001100101111111000100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,71,95); }

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

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

 a { background-color: rgb(84,71,95); }

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

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

 span { border-color: rgb(84,71,95); }

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