#85454B

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

Shades of Solid Pink #85454B

Tints of Solid Pink #85454B

Color information

#85454B (or 0x85454B) is unknown color: approx Solid Pink. HEX triplet: 85, 45 and 4B. RGB value is (133,69,75). Sum of RGB (Red+Green+Blue) = 133+69+75=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85454B is #7ABAB4. Grayscale: #585858. Windows color (decimal): -8043189 or 4932997. OLE color: 4932997.

HSL color Cylindrical-coordinate representation of color #85454B: hue angle of 354.38º 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 #85454B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1336975-
CMYK00.480.440.48
HSL354.38º31.68%39.61%-
HSV(B)354.38º48.12%52.16%-
XYZ13.079.757.85-
YUV88.82120.2159.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=48.01%
G=24.91%
B=27.08%

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
Decimal133697500.480.440.48354.3831.6839.61
Hex85454B0302C301622028
Octal20510511306054605424050
Binary10000101100010110010110110000101100110000101100010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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