#85444D

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

Shades of Solid Pink #85444D

Tints of Solid Pink #85444D

Color information

#85444D (or 0x85444D) is unknown color: approx Solid Pink. HEX triplet: 85, 44 and 4D. RGB value is (133,68,77). Sum of RGB (Red+Green+Blue) = 133+68+77=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85444D is #7ABBB2. Grayscale: #585858. Windows color (decimal): -8043443 or 5063813. OLE color: 5063813.

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

Color convert

RGB1336877-
CMYK00.490.420.48
HSL351.69º32.34%39.41%-
HSV(B)351.69º48.87%52.16%-
XYZ13.089.668.2-
YUV88.46121.53159.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=47.84%
G=24.46%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133687700.490.420.48351.6932.3439.41
Hex85444D0312A301602027
Octal20510411506152605404047
Binary10000101100010010011010110001101010110000101100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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