Html Css Color HEX #534E5D Mulled Wine

📋 copy color: '#534E5D'

red 83 ◦ green 78 ◦ blue 93

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

Shades of Mulled Wine #534E5D

Tints of Mulled Wine #534E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

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

R = 32.68%
G = 30.71%
B = 36.61%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#534E5D (or 0x534E5D) is known color: Mulled Wine. HEX triplet: 53, 4E and 5D. RGB value is (83,78,93). Sum of RGB (Red+Green+Blue) = 83+78+93=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #534E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E5D is #ACB1A2. Grayscale: #515151. Windows color (decimal): -11317667 or 6114899. OLE color: 6114899.

HSL color Cylindrical-coordinate representation of color #534E5D: hue angle of 260º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534E5D is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 78 93 -
CMYK 0.11 0.16 0 0.64
HSL 260º 0.09% 0.34% -
HSV(B) 260º 0.16% 0.36% -
XYZ 8.27 8.08 11.48 -
YUV 81.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 83 78 93 0.11 0.16 0 0.64 260 0.09 0.34
Hex 53 4E 5D B 10 0 40 104 9 22
Octal 123 116 135 13 20 0 100 404 11 42
Binary 1010011 1001110 1011101 1011 10000 0 1000000 100000100 1001 100010

Color Harmonies of #534E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E5D

Black with #534E5D

Text Example


Text Example

White with #534E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534E5D; }

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

 H1.HeaderClassName
 {
   color: #534E5D;
 }
 .AnyTagClassName
 {
   color: #534E5D;
 }
</style>

background-color css

<style>
 a { background-color: #534E5D; }

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

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

border-color css

<style>
 span { border-color: #534E5D; }

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

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