#85444C

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

Shades of Solid Pink #85444C

Tints of Solid Pink #85444C

Color information

#85444C (or 0x85444C) is unknown color: approx Solid Pink. HEX triplet: 85, 44 and 4C. RGB value is (133,68,76). Sum of RGB (Red+Green+Blue) = 133+68+76=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85444C is #7ABBB3. Grayscale: #585858. Windows color (decimal): -8043444 or 4998277. OLE color: 4998277.

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

Color convert

RGB1336876-
CMYK00.490.430.48
HSL352.62º32.34%39.41%-
HSV(B)352.62º48.87%52.16%-
XYZ13.049.648.01-
YUV88.35121.03159.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=48.01%
G=24.55%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133687600.490.430.48352.6232.3439.41
Hex85444C0312B301612027
Octal20510411406153605414047
Binary10000101100010010011000110001101011110000101100001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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