#875163

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

Shades of Cannon Pink #875163

Tints of Cannon Pink #875163

Color information

#875163 (or 0x875163) is unknown color: approx Cannon Pink. HEX triplet: 87, 51 and 63. RGB value is (135,81,99). Sum of RGB (Red+Green+Blue) = 135+81+99=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875163 is #78AE9C. Grayscale: #636363. Windows color (decimal): -7909021 or 6508935. OLE color: 6508935.

HSL color Cylindrical-coordinate representation of color #875163: hue angle of 340º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875163 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1358199-
CMYK00.400.270.47
HSL340º25%42.35%-
HSV(B)340º40%52.94%-
XYZ15.1911.9413.31-
YUV99.2127.89153.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=42.86%
G=25.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135819900.400.270.473402542.35
Hex8751630281B2F154192a
Octal20712114305033575243152
Binary100001111010001110001101010001101110111110101010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875163; }

 p { color: rgb(135,81,99); }

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

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

 a { background-color: rgb(135,81,99); }

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

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

 span { border-color: rgb(135,81,99); }

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