Html Css Color HEX #524F54 Mulled Wine

📋 copy color: '#524F54'

red 82 ◦ green 79 ◦ blue 84

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

Shades of Mulled Wine #524F54

Tints of Mulled Wine #524F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 33.47%
G = 32.24%
B = 34.29%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524F54 (or 0x524F54) is known color: Mulled Wine. HEX triplet: 52, 4F and 54. RGB value is (82,79,84). Sum of RGB (Red+Green+Blue) = 82+79+84=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 84 - color contains mainly: blue. Hex color #524F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F54 is #ADB0AB. Grayscale: #505050. Windows color (decimal): -11382956 or 5525330. OLE color: 5525330.

HSL color Cylindrical-coordinate representation of color #524F54: hue angle of 276º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #524F54 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 79 84 -
CMYK 0.02 0.06 0 0.67
HSL 276º 0.03% 0.32% -
HSV(B) 276º 0.06% 0.33% -
XYZ 7.88 8.03 9.52 -
YUV 80.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 82 79 84 0.02 0.06 0 0.67 276 0.03 0.32
Hex 52 4F 54 2 6 0 43 114 3 20
Octal 122 117 124 2 6 0 103 424 3 40
Binary 1010010 1001111 1010100 10 110 0 1000011 100010100 11 100000

Color Harmonies of #524F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F54

Black with #524F54

Text Example


Text Example

White with #524F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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