#855358

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

Shades of Solid Pink #855358

Tints of Solid Pink #855358

Color information

#855358 (or 0x855358) is unknown color: approx Solid Pink. HEX triplet: 85, 53 and 58. RGB value is (133,83,88). Sum of RGB (Red+Green+Blue) = 133+83+88=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #855358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855358 is #7AACA7. Grayscale: #626262. Windows color (decimal): -8039592 or 5788549. OLE color: 5788549.

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

Color convert

RGB1338388-
CMYK00.380.340.48
HSL354º23.15%42.35%-
HSV(B)354º37.59%52.16%-
XYZ14.5311.8810.76-
YUV98.52122.06152.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=43.75%
G=27.30%
B=28.95%

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
Decimal133838800.380.340.4835423.1542.35
Hex8553580262230162172a
Octal20512313004642605422752
Binary1000010110100111011000010011010001011000010110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855358; }

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

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

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

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

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

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

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

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