Html Css Color HEX #524F5B Mulled Wine

📋 copy color: '#524F5B'

red 82 ◦ green 79 ◦ blue 91

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

Shades of Mulled Wine #524F5B

Tints of Mulled Wine #524F5B

RGB

 RED value IS 82 (32.42% from 255) = 32.54%

 GREEN value IS 79 (31.25% from 255) = 31.35%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 32.54%
G = 31.35%
B = 36.11%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#524F5B (or 0x524F5B) is known color: Mulled Wine. HEX triplet: 52, 4F and 5B. RGB value is (82,79,91). Sum of RGB (Red+Green+Blue) = 82+79+91=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #524F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F5B is #ADB0A4. Grayscale: #515151. Windows color (decimal): -11382949 or 5984082. OLE color: 5984082.

HSL color Cylindrical-coordinate representation of color #524F5B: hue angle of 255º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #524F5B is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 79 91 -
CMYK 0.10 0.13 0 0.64
HSL 255º 0.07% 0.33% -
HSV(B) 255º 0.13% 0.36% -
XYZ 8.16 8.14 11.04 -
YUV 81.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 82 79 91 0.10 0.13 0 0.64 255 0.07 0.33
Hex 52 4F 5B A D 0 40 FF 7 21
Octal 122 117 133 12 15 0 100 377 7 41
Binary 1010010 1001111 1011011 1010 1101 0 1000000 11111111 111 100001

Color Harmonies of #524F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F5B

Black with #524F5B

Text Example


Text Example

White with #524F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524F5B; }

 p { color: rgb(82,79,91); }

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

background-color css

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

 a { background-color: rgb(82,79,91); }

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

border-color css

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

 span { border-color: rgb(82,79,91); }

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