Html Css Color HEX #854049 Solid Pink

📋 copy color: '#854049'

red 133 ◦ green 64 ◦ blue 73

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

Shades of Solid Pink #854049

Tints of Solid Pink #854049

RGB

 RED value IS 133 (52.34% from 255) = 49.26%

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 49.26%
G = 23.7%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#854049 (or 0x854049) is known color: Solid Pink. HEX triplet: 85, 40 and 49. RGB value is (133,64,73). Sum of RGB (Red+Green+Blue) = 133+64+73=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854049 is #7ABFB6. Grayscale: #555555. Windows color (decimal): -8044471 or 4800645. OLE color: 4800645.

HSL color Cylindrical-coordinate representation of color #854049: hue angle of 352.17º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854049 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 73 -
CMYK 0 0.52 0.45 0.48
HSL 352.17º 0.35% 0.39% -
HSV(B) 352.17º 0.52% 0.52% -
XYZ 12.71 9.13 7.4 -
YUV 85.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 133 64 73 0 0.52 0.45 0.48 352.17 0.35 0.39
Hex 85 40 49 0 34 2D 30 160 23 27
Octal 205 100 111 0 64 55 60 540 43 47
Binary 10000101 1000000 1001001 0 110100 101101 110000 101100000 100011 100111

Color Harmonies of #854049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854049

Black with #854049

Text Example


Text Example

White with #854049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854049; }

 p { color: rgb(133,64,73); }

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

background-color css

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

 a { background-color: rgb(133,64,73); }

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

border-color css

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

 span { border-color: rgb(133,64,73); }

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