#815561

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

Shades of Cannon Pink #815561

Tints of Cannon Pink #815561

Color information

#815561 (or 0x815561) is unknown color: approx Cannon Pink. HEX triplet: 81, 55 and 61. RGB value is (129,85,97). Sum of RGB (Red+Green+Blue) = 129+85+97=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #815561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815561 is #7EAA9E. Grayscale: #636363. Windows color (decimal): -8301215 or 6378881. OLE color: 6378881.

HSL color Cylindrical-coordinate representation of color #815561: hue angle of 343.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815561 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1298597-
CMYK00.340.250.49
HSL343.64º20.56%41.96%-
HSV(B)343.64º34.11%50.59%-
XYZ14.4612.0312.87-
YUV99.52126.58149.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=41.48%
G=27.33%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129859700.340.250.49343.6420.5641.96
Hex8155610221931158152a
Octal20112514104231615302552
Binary100000011010101110000101000101100111000110101100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815561; }

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

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

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

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

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

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

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

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