#855258

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

Shades of Solid Pink #855258

Tints of Solid Pink #855258

Color information

#855258 (or 0x855258) is unknown color: approx Solid Pink. HEX triplet: 85, 52 and 58. RGB value is (133,82,88). Sum of RGB (Red+Green+Blue) = 133+82+88=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855258 is #7AADA7. Grayscale: #616161. Windows color (decimal): -8039848 or 5788293. OLE color: 5788293.

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

Color convert

RGB1338288-
CMYK00.380.340.48
HSL352.94º23.72%42.16%-
HSV(B)352.94º38.35%52.16%-
XYZ14.4511.7310.73-
YUV97.93122.4153.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=43.89%
G=27.06%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133828800.380.340.48352.9423.7242.16
Hex8552580262230161182a
Octal20512213004642605413052
Binary1000010110100101011000010011010001011000010110000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855258; }

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

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

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

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

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

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

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

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