Html Css Color HEX #54475F Mulled Wine

📋 copy color: '#54475F'

red 84 ◦ green 71 ◦ blue 95

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

Shades of Mulled Wine #54475F

Tints of Mulled Wine #54475F

RGB

 RED value IS 84 (33.2% from 255) = 33.6%

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

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

R = 33.6%
G = 28.4%
B = 38%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#54475F (or 0x54475F) is known color: 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

RGB 84 71 95 -
CMYK 0.12 0.25 0 0.63
HSL 272.5º 0.14% 0.33% -
HSV(B) 272.5º 0.25% 0.37% -
XYZ 7.97 7.22 11.8 -
YUV 77.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 84 71 95 0.12 0.25 0 0.63 272.5 0.14 0.33
Hex 54 47 5F C 19 0 3F 110 E 21
Octal 124 107 137 14 31 0 77 420 16 41
Binary 1010100 1000111 1011111 1100 11001 0 111111 100010000 1110 100001

Color Harmonies of #54475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54475F

Black with #54475F

Text Example


Text Example

White with #54475F

Text Example


Text Example

HTML Codes & Css Web 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>