#854849

Color #854849 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #854849

Tints of Solid Pink #854849

Color information

#854849 (or 0x854849) is unknown color: approx Solid Pink. HEX triplet: 85, 48 and 49. RGB value is (133,72,73). Sum of RGB (Red+Green+Blue) = 133+72+73=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #854849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854849 is #7AB7B6. Grayscale: #5A5A5A. Windows color (decimal): -8042423 or 4802693. OLE color: 4802693.

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

Color convert

RGB1337273-
CMYK00.460.450.48
HSL359.02º29.76%40.2%-
HSV(B)359.02º45.86%52.16%-
XYZ13.1910.17.56-
YUV90.35118.21158.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=47.84%
G=25.90%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133727300.460.450.48359.0229.7640.2
Hex85484902E2D301671e28
Octal20511011105655605473650
Binary1000010110010001001001010111010110111000010110011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854849; }

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

 H1.HeaderClassName
 {
   color: #854849;
 }
 .AnyTagClassName
 {
   color: #854849;
 }
</style>
background-color css

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

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

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

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

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

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