#835161

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

Shades of Cannon Pink #835161

Tints of Cannon Pink #835161

Color information

#835161 (or 0x835161) is unknown color: approx Cannon Pink. HEX triplet: 83, 51 and 61. RGB value is (131,81,97). Sum of RGB (Red+Green+Blue) = 131+81+97=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #835161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835161 is #7CAE9E. Grayscale: #616161. Windows color (decimal): -8171167 or 6377859. OLE color: 6377859.

HSL color Cylindrical-coordinate representation of color #835161: hue angle of 340.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835161 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1318197-
CMYK00.380.260.49
HSL340.8º23.58%41.57%-
HSV(B)340.8º38.17%51.37%-
XYZ14.4611.5712.78-
YUV97.77127.56151.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=42.39%
G=26.21%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131819700.380.260.49340.823.5841.57
Hex8351610261A31155182a
Octal20312114104632615253052
Binary100000111010001110000101001101101011000110101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835161; }

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

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

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

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

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

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

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

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