#83555F

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

Shades of Cannon Pink #83555F

Tints of Cannon Pink #83555F

Color information

#83555F (or 0x83555F) is unknown color: approx Cannon Pink. HEX triplet: 83, 55 and 5F. RGB value is (131,85,95). Sum of RGB (Red+Green+Blue) = 131+85+95=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #83555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83555F is #7CAAA0. Grayscale: #636363. Windows color (decimal): -8170145 or 6247811. OLE color: 6247811.

HSL color Cylindrical-coordinate representation of color #83555F: hue angle of 346.96º 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 #83555F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1318595-
CMYK00.350.270.49
HSL346.96º21.3%42.35%-
HSV(B)346.96º35.11%51.37%-
XYZ14.6712.1512.4-
YUV99.89125.24150.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=42.12%
G=27.33%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131859500.350.270.49346.9621.342.35
Hex83555F0231B3115b152a
Octal20312513704333615332552
Binary100000111010101101111101000111101111000110101101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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