Html Css Color HEX #545065 Mulled Wine

📋 copy color: '#545065'

red 84 ◦ green 80 ◦ blue 101

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

Shades of Mulled Wine #545065

Tints of Mulled Wine #545065

RGB

 RED value IS 84 (33.2% from 255) = 31.7%

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 31.7%
G = 30.19%
B = 38.11%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#545065 (or 0x545065) is known color: Mulled Wine. HEX triplet: 54, 50 and 65. RGB value is (84,80,101). Sum of RGB (Red+Green+Blue) = 84+80+101=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #545065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545065 is #ABAF9A. Grayscale: #535353. Windows color (decimal): -11251611 or 6639700. OLE color: 6639700.

HSL color Cylindrical-coordinate representation of color #545065: hue angle of 251.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #545065 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 80 101 -
CMYK 0.17 0.21 0 0.60
HSL 251.43º 0.12% 0.35% -
HSV(B) 251.43º 0.21% 0.4% -
XYZ 8.87 8.56 13.5 -
YUV 83.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 84 80 101 0.17 0.21 0 0.60 251.43 0.12 0.35
Hex 54 50 65 11 15 0 3C FB C 23
Octal 124 120 145 21 25 0 74 373 14 43
Binary 1010100 1010000 1100101 10001 10101 0 111100 11111011 1100 100011

Color Harmonies of #545065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545065

Black with #545065

Text Example


Text Example

White with #545065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545065; }

 p { color: rgb(84,80,101); }

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

background-color css

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

 a { background-color: rgb(84,80,101); }

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

border-color css

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

 span { border-color: rgb(84,80,101); }

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