Html Css Color HEX #53455F Mulled Wine

📋 copy color: '#53455F'

red 83 ◦ green 69 ◦ blue 95

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

Shades of Mulled Wine #53455F

Tints of Mulled Wine #53455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 33.6%
G = 27.94%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53455F (or 0x53455F) is known color: Mulled Wine. HEX triplet: 53, 45 and 5F. RGB value is (83,69,95). Sum of RGB (Red+Green+Blue) = 83+69+95=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #53455F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53455F is #ACBAA0. Grayscale: #4C4C4C. Windows color (decimal): -11319969 or 6243667. OLE color: 6243667.

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

Color convert

RGB 83 69 95 -
CMYK 0.13 0.27 0 0.63
HSL 272.31º 0.16% 0.32% -
HSV(B) 272.31º 0.27% 0.37% -
XYZ 7.76 6.92 11.75 -
YUV 76.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 83 69 95 0.13 0.27 0 0.63 272.31 0.16 0.32
Hex 53 45 5F D 1B 0 3F 110 10 20
Octal 123 105 137 15 33 0 77 420 20 40
Binary 1010011 1000101 1011111 1101 11011 0 111111 100010000 10000 100000

Color Harmonies of #53455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53455F

Black with #53455F

Text Example


Text Example

White with #53455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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