#855363

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

Shades of Cannon Pink #855363

Tints of Cannon Pink #855363

Color information

#855363 (or 0x855363) is unknown color: approx Cannon Pink. HEX triplet: 85, 53 and 63. RGB value is (133,83,99). Sum of RGB (Red+Green+Blue) = 133+83+99=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855363 is #7AAC9C. Grayscale: #636363. Windows color (decimal): -8039581 or 6509445. OLE color: 6509445.

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

Color convert

RGB1338399-
CMYK00.380.260.48
HSL340.8º23.15%42.35%-
HSV(B)340.8º37.59%52.16%-
XYZ15.0212.0713.34-
YUV99.77127.56151.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=42.22%
G=26.35%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133839900.380.260.48340.823.1542.35
Hex8553630261A30155172a
Octal20512314304632605252752
Binary100001011010011110001101001101101011000010101010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855363; }

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

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

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

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

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

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

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

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