Html Css Color HEX #524B65 Mulled Wine

📋 copy color: '#524B65'

red 82 ◦ green 75 ◦ blue 101

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

Shades of Mulled Wine #524B65

Tints of Mulled Wine #524B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 31.78%
G = 29.07%
B = 39.15%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#524B65 (or 0x524B65) is known color: Mulled Wine. HEX triplet: 52, 4B and 65. RGB value is (82,75,101). Sum of RGB (Red+Green+Blue) = 82+75+101=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 101 - color contains mainly: blue. Hex color #524B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B65 is #ADB49A. Grayscale: #4F4F4F. Windows color (decimal): -11383963 or 6638418. OLE color: 6638418.

HSL color Cylindrical-coordinate representation of color #524B65: hue angle of 256.15º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524B65 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 75 101 -
CMYK 0.19 0.26 0 0.60
HSL 256.15º 0.15% 0.35% -
HSV(B) 256.15º 0.26% 0.4% -
XYZ 8.34 7.77 13.37 -
YUV 80.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 82 75 101 0.19 0.26 0 0.60 256.15 0.15 0.35
Hex 52 4B 65 13 1A 0 3C 100 F 23
Octal 122 113 145 23 32 0 74 400 17 43
Binary 1010010 1001011 1100101 10011 11010 0 111100 100000000 1111 100011

Color Harmonies of #524B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B65

Black with #524B65

Text Example


Text Example

White with #524B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,75,101); }

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

background-color css

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

 a { background-color: rgb(82,75,101); }

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

border-color css

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

 span { border-color: rgb(82,75,101); }

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