Html Css Color HEX #534B61 Mulled Wine

📋 copy color: '#534B61'

red 83 ◦ green 75 ◦ blue 97

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

Shades of Mulled Wine #534B61

Tints of Mulled Wine #534B61

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

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

R = 32.55%
G = 29.41%
B = 38.04%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534B61 (or 0x534B61) is known color: Mulled Wine. HEX triplet: 53, 4B and 61. RGB value is (83,75,97). Sum of RGB (Red+Green+Blue) = 83+75+97=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #534B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B61 is #ACB49E. Grayscale: #4F4F4F. Windows color (decimal): -11318431 or 6376275. OLE color: 6376275.

HSL color Cylindrical-coordinate representation of color #534B61: hue angle of 261.82º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534B61 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 75 97 -
CMYK 0.14 0.23 0 0.62
HSL 261.82º 0.13% 0.34% -
HSV(B) 261.82º 0.23% 0.38% -
XYZ 8.24 7.73 12.37 -
YUV 79.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 83 75 97 0.14 0.23 0 0.62 261.82 0.13 0.34
Hex 53 4B 61 E 17 0 3E 106 D 22
Octal 123 113 141 16 27 0 76 406 15 42
Binary 1010011 1001011 1100001 1110 10111 0 111110 100000110 1101 100010

Color Harmonies of #534B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B61

Black with #534B61

Text Example


Text Example

White with #534B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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