#80515D

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

Shades of Cannon Pink #80515D

Tints of Cannon Pink #80515D

Color information

#80515D (or 0x80515D) is unknown color: approx Cannon Pink. HEX triplet: 80, 51 and 5D. RGB value is (128,81,93). Sum of RGB (Red+Green+Blue) = 128+81+93=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80515D is #7FAEA2. Grayscale: #606060. Windows color (decimal): -8367779 or 6115712. OLE color: 6115712.

HSL color Cylindrical-coordinate representation of color #80515D: hue angle of 344.68º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80515D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1288193-
CMYK00.370.270.50
HSL344.68º22.49%40.98%-
HSV(B)344.68º36.72%50.2%-
XYZ13.8211.2611.8-
YUV96.42126.07150.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=42.38%
G=26.82%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128819300.370.270.50344.6822.4940.98
Hex80515D0251B321591629
Octal20012113504533625312651
Binary100000001010001101110101001011101111001010101100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80515D; }

 p { color: rgb(128,81,93); }

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

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

 a { background-color: rgb(128,81,93); }

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

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

 span { border-color: rgb(128,81,93); }

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