Html Css Color HEX #534761 Mulled Wine

📋 copy color: '#534761'

red 83 ◦ green 71 ◦ blue 97

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

Shades of Mulled Wine #534761

Tints of Mulled Wine #534761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 33.07%
G = 28.29%
B = 38.65%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534761 (or 0x534761) is known color: Mulled Wine. HEX triplet: 53, 47 and 61. RGB value is (83,71,97). Sum of RGB (Red+Green+Blue) = 83+71+97=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 97 - color contains mainly: blue. Hex color #534761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534761 is #ACB89E. Grayscale: #4D4D4D. Windows color (decimal): -11319455 or 6375251. OLE color: 6375251.

HSL color Cylindrical-coordinate representation of color #534761: hue angle of 267.69º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534761 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 71 97 -
CMYK 0.14 0.27 0 0.62
HSL 267.69º 0.15% 0.33% -
HSV(B) 267.69º 0.27% 0.38% -
XYZ 7.98 7.21 12.28 -
YUV 77.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 83 71 97 0.14 0.27 0 0.62 267.69 0.15 0.33
Hex 53 47 61 E 1B 0 3E 10C F 21
Octal 123 107 141 16 33 0 76 414 17 41
Binary 1010011 1000111 1100001 1110 11011 0 111110 100001100 1111 100001

Color Harmonies of #534761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534761

Black with #534761

Text Example


Text Example

White with #534761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534761; }

 p { color: rgb(83,71,97); }

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

background-color css

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

 a { background-color: rgb(83,71,97); }

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

border-color css

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

 span { border-color: rgb(83,71,97); }

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