#855561

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

Shades of Cannon Pink #855561

Tints of Cannon Pink #855561

Color information

#855561 (or 0x855561) is unknown color: approx Cannon Pink. HEX triplet: 85, 55 and 61. RGB value is (133,85,97). Sum of RGB (Red+Green+Blue) = 133+85+97=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855561 is #7AAA9E. Grayscale: #646464. Windows color (decimal): -8039071 or 6378885. OLE color: 6378885.

HSL color Cylindrical-coordinate representation of color #855561: hue angle of 345º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855561 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1338597-
CMYK00.360.270.48
HSL345º22.02%42.75%-
HSV(B)345º36.09%52.16%-
XYZ15.0812.3512.9-
YUV100.72125.9151.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=42.22%
G=26.98%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133859700.360.270.4834522.0242.75
Hex8555610241B30159162b
Octal20512514104433605312653
Binary100001011010101110000101001001101111000010101100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855561; }

 p { color: rgb(133,85,97); }

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

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

 a { background-color: rgb(133,85,97); }

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

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

 span { border-color: rgb(133,85,97); }

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