#855354

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

Shades of Solid Pink #855354

Tints of Solid Pink #855354

Color information

#855354 (or 0x855354) is unknown color: approx Solid Pink. HEX triplet: 85, 53 and 54. RGB value is (133,83,84). Sum of RGB (Red+Green+Blue) = 133+83+84=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855354 is #7AACAB. Grayscale: #626262. Windows color (decimal): -8039596 or 5526405. OLE color: 5526405.

HSL color Cylindrical-coordinate representation of color #855354: hue angle of 358.8º degrees, saturation: 0.23, 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 #855354 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB1338384-
CMYK00.380.370.48
HSL358.8º23.15%42.35%-
HSV(B)358.8º37.59%52.16%-
XYZ14.3711.819.91-
YUV98.06120.06152.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 84 (33.20% from 255) = 28%
R=44.33%
G=27.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133838400.380.370.48358.823.1542.35
Hex8553540262530167172a
Octal20512312404645605472752
Binary1000010110100111010100010011010010111000010110011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855354; }

 p { color: rgb(133,83,84); }

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

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

 a { background-color: rgb(133,83,84); }

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

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

 span { border-color: rgb(133,83,84); }

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