#83595F

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

Shades of Cannon Pink #83595F

Tints of Cannon Pink #83595F

Color information

#83595F (or 0x83595F) is unknown color: approx Cannon Pink. HEX triplet: 83, 59 and 5F. RGB value is (131,89,95). Sum of RGB (Red+Green+Blue) = 131+89+95=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #83595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83595F is #7CA6A0. Grayscale: #666666. Windows color (decimal): -8169121 or 6248835. OLE color: 6248835.

HSL color Cylindrical-coordinate representation of color #83595F: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83595F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1318995-
CMYK00.320.270.49
HSL351.43º19.09%43.14%-
HSV(B)351.43º32.06%51.37%-
XYZ1512.812.51-
YUV102.24123.91148.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=41.59%
G=28.25%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131899500.320.270.49351.4319.0943.14
Hex83595F0201B3115f132b
Octal20313113704033615372353
Binary100000111011001101111101000001101111000110101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83595F; }

 p { color: rgb(131,89,95); }

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

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

 a { background-color: rgb(131,89,95); }

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

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

 span { border-color: rgb(131,89,95); }

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