#875369

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

Shades of Cannon Pink #875369

Tints of Cannon Pink #875369

Color information

#875369 (or 0x875369) is unknown color: approx Cannon Pink. HEX triplet: 87, 53 and 69. RGB value is (135,83,105). Sum of RGB (Red+Green+Blue) = 135+83+105=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875369 is #78AC96. Grayscale: #656565. Windows color (decimal): -7908503 or 6902663. OLE color: 6902663.

HSL color Cylindrical-coordinate representation of color #875369: hue angle of 334.62º 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 #875369 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13583105-
CMYK00.390.220.47
HSL334.62º23.85%42.75%-
HSV(B)334.62º38.52%52.94%-
XYZ15.6312.3614.93-
YUV101.06130.23152.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=41.80%
G=25.70%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358310500.390.220.47334.6223.8542.75
Hex875369027162F14f182b
Octal20712315104726575173053
Binary100001111010011110100101001111011010111110100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875369; }

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

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

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

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

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

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

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

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