#815461

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

Shades of Cannon Pink #815461

Tints of Cannon Pink #815461

Color information

#815461 (or 0x815461) is unknown color: approx Cannon Pink. HEX triplet: 81, 54 and 61. RGB value is (129,84,97). Sum of RGB (Red+Green+Blue) = 129+84+97=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #815461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815461 is #7EAB9E. Grayscale: #626262. Windows color (decimal): -8301471 or 6378625. OLE color: 6378625.

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

Color convert

RGB1298497-
CMYK00.350.250.49
HSL342.67º21.13%41.76%-
HSV(B)342.67º34.88%50.59%-
XYZ14.3811.8712.84-
YUV98.94126.91149.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=41.61%
G=27.10%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129849700.350.250.49342.6721.1341.76
Hex8154610231931157152a
Octal20112414104331615272552
Binary100000011010100110000101000111100111000110101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815461; }

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

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

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

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

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

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

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

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