#85444B

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

Shades of Solid Pink #85444B

Tints of Solid Pink #85444B

Color information

#85444B (or 0x85444B) is unknown color: approx Solid Pink. HEX triplet: 85, 44 and 4B. RGB value is (133,68,75). Sum of RGB (Red+Green+Blue) = 133+68+75=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85444B is #7ABBB4. Grayscale: #585858. Windows color (decimal): -8043445 or 4932741. OLE color: 4932741.

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

Color convert

RGB1336875-
CMYK00.490.440.48
HSL353.54º32.34%39.41%-
HSV(B)353.54º48.87%52.16%-
XYZ13.019.637.83-
YUV88.23120.53159.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=48.19%
G=24.64%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133687500.490.440.48353.5432.3439.41
Hex85444B0312C301622027
Octal20510411306154605424047
Binary10000101100010010010110110001101100110000101100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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