#854448

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

Shades of Solid Pink #854448

Tints of Solid Pink #854448

Color information

#854448 (or 0x854448) is unknown color: approx Solid Pink. HEX triplet: 85, 44 and 48. RGB value is (133,68,72). Sum of RGB (Red+Green+Blue) = 133+68+72=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854448 is #7ABBB7. Grayscale: #575757. Windows color (decimal): -8043448 or 4736133. OLE color: 4736133.

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

Color convert

RGB1336872-
CMYK00.490.460.48
HSL356.31º32.34%39.41%-
HSV(B)356.31º48.87%52.16%-
XYZ12.919.597.3-
YUV87.89119.03160.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=48.72%
G=24.91%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133687200.490.460.48356.3132.3439.41
Hex8544480312E301642027
Octal20510411006156605444047
Binary10000101100010010010000110001101110110000101100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854448; }

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

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

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

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

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

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

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

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