Html Css Color HEX #53455D Mulled Wine

📋 copy color: '#53455D'

red 83 ◦ green 69 ◦ blue 93

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

Shades of Mulled Wine #53455D

Tints of Mulled Wine #53455D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 33.88%
G = 28.16%
B = 37.96%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53455D (or 0x53455D) is known color: Mulled Wine. HEX triplet: 53, 45 and 5D. RGB value is (83,69,93). Sum of RGB (Red+Green+Blue) = 83+69+93=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #53455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53455D is #ACBAA2. Grayscale: #4B4B4B. Windows color (decimal): -11319971 or 6112595. OLE color: 6112595.

HSL color Cylindrical-coordinate representation of color #53455D: hue angle of 275º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53455D is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 69 93 -
CMYK 0.11 0.26 0 0.64
HSL 275º 0.15% 0.32% -
HSV(B) 275º 0.26% 0.36% -
XYZ 7.67 6.89 11.28 -
YUV 75.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 83 69 93 0.11 0.26 0 0.64 275 0.15 0.32
Hex 53 45 5D B 1A 0 40 113 F 20
Octal 123 105 135 13 32 0 100 423 17 40
Binary 1010011 1000101 1011101 1011 11010 0 1000000 100010011 1111 100000

Color Harmonies of #53455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53455D

Black with #53455D

Text Example


Text Example

White with #53455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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