#85454A

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

Shades of Solid Pink #85454A

Tints of Solid Pink #85454A

Color information

#85454A (or 0x85454A) is unknown color: approx Solid Pink. HEX triplet: 85, 45 and 4A. RGB value is (133,69,74). Sum of RGB (Red+Green+Blue) = 133+69+74=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85454A is #7ABAB5. Grayscale: #585858. Windows color (decimal): -8043190 or 4867461. OLE color: 4867461.

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

Color convert

RGB1336974-
CMYK00.480.440.48
HSL355.31º31.68%39.61%-
HSV(B)355.31º48.12%52.16%-
XYZ13.049.747.67-
YUV88.71119.7159.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=48.19%
G=25%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133697400.480.440.48355.3131.6839.61
Hex85454A0302C301632028
Octal20510511206054605434050
Binary10000101100010110010100110000101100110000101100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85454A; }

 p { color: rgb(133,69,74); }

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

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

 a { background-color: rgb(133,69,74); }

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

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

 span { border-color: rgb(133,69,74); }

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