#855152

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

Shades of Solid Pink #855152

Tints of Solid Pink #855152

Color information

#855152 (or 0x855152) is unknown color: approx Solid Pink. HEX triplet: 85, 51 and 52. RGB value is (133,81,82). Sum of RGB (Red+Green+Blue) = 133+81+82=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #855152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855152 is #7AAEAD. Grayscale: #606060. Windows color (decimal): -8040110 or 5394821. OLE color: 5394821.

HSL color Cylindrical-coordinate representation of color #855152: hue angle of 358.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855152 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1338182-
CMYK00.390.380.48
HSL358.85º24.3%41.96%-
HSV(B)358.85º39.1%52.16%-
XYZ14.1411.489.45-
YUV96.66119.73153.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=44.93%
G=27.36%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133818200.390.380.48358.8524.341.96
Hex8551520272630167182a
Octal20512112204746605473052
Binary1000010110100011010010010011110011011000010110011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855152; }

 p { color: rgb(133,81,82); }

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

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

 a { background-color: rgb(133,81,82); }

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

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

 span { border-color: rgb(133,81,82); }

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