#85414B

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

Shades of Solid Pink #85414B

Tints of Solid Pink #85414B

Color information

#85414B (or 0x85414B) is unknown color: approx Solid Pink. HEX triplet: 85, 41 and 4B. RGB value is (133,65,75). Sum of RGB (Red+Green+Blue) = 133+65+75=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85414B is #7ABEB4. Grayscale: #565656. Windows color (decimal): -8044213 or 4931973. OLE color: 4931973.

HSL color Cylindrical-coordinate representation of color #85414B: hue angle of 351.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85414B is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1336575-
CMYK00.510.440.48
HSL351.18º34.34%38.82%-
HSV(B)351.18º51.13%52.16%-
XYZ12.839.287.77-
YUV86.47121.53161.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=48.72%
G=23.81%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133657500.510.440.48351.1834.3438.82
Hex85414B0332C3015f2227
Octal20510111306354605374247
Binary10000101100000110010110110011101100110000101011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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