#815261

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

Shades of Cannon Pink #815261

Tints of Cannon Pink #815261

Color information

#815261 (or 0x815261) is unknown color: approx Cannon Pink. HEX triplet: 81, 52 and 61. RGB value is (129,82,97). Sum of RGB (Red+Green+Blue) = 129+82+97=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #815261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815261 is #7EAD9E. Grayscale: #616161. Windows color (decimal): -8301983 or 6378113. OLE color: 6378113.

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

Color convert

RGB1298297-
CMYK00.360.250.49
HSL340.85º22.27%41.37%-
HSV(B)340.85º36.43%50.59%-
XYZ14.2311.5612.79-
YUV97.76127.57150.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=41.88%
G=26.62%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129829700.360.250.49340.8522.2741.37
Hex81526102419311551629
Octal20112214104431615252651
Binary100000011010010110000101001001100111000110101010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815261; }

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

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

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

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

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

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

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

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