#835561

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

Shades of Cannon Pink #835561

Tints of Cannon Pink #835561

Color information

#835561 (or 0x835561) is unknown color: approx Cannon Pink. HEX triplet: 83, 55 and 61. RGB value is (131,85,97). Sum of RGB (Red+Green+Blue) = 131+85+97=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #835561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835561 is #7CAA9E. Grayscale: #646464. Windows color (decimal): -8170143 or 6378883. OLE color: 6378883.

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

Color convert

RGB1318597-
CMYK00.350.260.49
HSL344.35º21.3%42.35%-
HSV(B)344.35º35.11%51.37%-
XYZ14.7712.1912.88-
YUV100.12126.24150.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=41.85%
G=27.16%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131859700.350.260.49344.3521.342.35
Hex8355610231A31158152a
Octal20312514104332615302552
Binary100000111010101110000101000111101011000110101100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835561; }

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

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

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

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

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

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

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

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