#815961

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

Shades of Cannon Pink #815961

Tints of Cannon Pink #815961

Color information

#815961 (or 0x815961) is unknown color: approx Cannon Pink. HEX triplet: 81, 59 and 61. RGB value is (129,89,97). Sum of RGB (Red+Green+Blue) = 129+89+97=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #815961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815961 is #7EA69E. Grayscale: #656565. Windows color (decimal): -8300191 or 6379905. OLE color: 6379905.

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

Color convert

RGB1298997-
CMYK00.310.250.49
HSL348º18.35%42.75%-
HSV(B)348º31.01%50.59%-
XYZ14.7812.6712.98-
YUV101.87125.25147.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=40.95%
G=28.25%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129899700.310.250.4934818.3542.75
Hex81596101F193115c122b
Octal20113114103731615342253
Binary10000001101100111000010111111100111000110101110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815961; }

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

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

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

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

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

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

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

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