#80535B

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

Shades of Cannon Pink #80535B

Tints of Cannon Pink #80535B

Color information

#80535B (or 0x80535B) is unknown color: approx Cannon Pink. HEX triplet: 80, 53 and 5B. RGB value is (128,83,91). Sum of RGB (Red+Green+Blue) = 128+83+91=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80535B is #7FACA4. Grayscale: #616161. Windows color (decimal): -8367269 or 5985152. OLE color: 5985152.

HSL color Cylindrical-coordinate representation of color #80535B: hue angle of 349.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80535B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1288391-
CMYK00.350.290.50
HSL349.33º21.33%41.37%-
HSV(B)349.33º35.16%50.2%-
XYZ13.8811.5311.39-
YUV97.37124.41149.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=42.38%
G=27.48%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128839100.350.290.50349.3321.3341.37
Hex80535B0231D3215d1529
Octal20012313304335625352551
Binary100000001010011101101101000111110111001010101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80535B; }

 p { color: rgb(128,83,91); }

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

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

 a { background-color: rgb(128,83,91); }

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

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

 span { border-color: rgb(128,83,91); }

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