#83505E

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

Shades of Cannon Pink #83505E

Tints of Cannon Pink #83505E

Color information

#83505E (or 0x83505E) is unknown color: approx Cannon Pink. HEX triplet: 83, 50 and 5E. RGB value is (131,80,94). Sum of RGB (Red+Green+Blue) = 131+80+94=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83505E is #7CAFA1. Grayscale: #606060. Windows color (decimal): -8171426 or 6180995. OLE color: 6180995.

HSL color Cylindrical-coordinate representation of color #83505E: hue angle of 343.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83505E is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1318094-
CMYK00.390.280.49
HSL343.53º24.17%41.37%-
HSV(B)343.53º38.93%51.37%-
XYZ14.2511.3712.03-
YUV96.84126.4152.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=42.95%
G=26.23%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131809400.390.280.49343.5324.1741.37
Hex83505E0271C311581829
Octal20312013604734615303051
Binary100000111010000101111001001111110011000110101100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83505E; }

 p { color: rgb(131,80,94); }

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

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

 a { background-color: rgb(131,80,94); }

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

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

 span { border-color: rgb(131,80,94); }

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