#875362

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

Shades of Cannon Pink #875362

Tints of Cannon Pink #875362

Color information

#875362 (or 0x875362) is unknown color: approx Cannon Pink. HEX triplet: 87, 53 and 62. RGB value is (135,83,98). Sum of RGB (Red+Green+Blue) = 135+83+98=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #875362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875362 is #78AC9D. Grayscale: #646464. Windows color (decimal): -7908510 or 6443911. OLE color: 6443911.

HSL color Cylindrical-coordinate representation of color #875362: hue angle of 342.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875362 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1358398-
CMYK00.390.270.47
HSL342.69º23.85%42.75%-
HSV(B)342.69º38.52%52.94%-
XYZ15.2912.2213.11-
YUV100.26126.73152.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=42.72%
G=26.27%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135839800.390.270.47342.6923.8542.75
Hex8753620271B2F157182b
Octal20712314204733575273053
Binary100001111010011110001001001111101110111110101011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875362; }

 p { color: rgb(135,83,98); }

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

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

 a { background-color: rgb(135,83,98); }

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

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

 span { border-color: rgb(135,83,98); }

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