#874B5D

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

Shades of Cannon Pink #874B5D

Tints of Cannon Pink #874B5D

Color information

#874B5D (or 0x874B5D) is unknown color: approx Cannon Pink. HEX triplet: 87, 4B and 5D. RGB value is (135,75,93). Sum of RGB (Red+Green+Blue) = 135+75+93=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B5D is #78B4A2. Grayscale: #5E5E5E. Windows color (decimal): -7910563 or 6114183. OLE color: 6114183.

HSL color Cylindrical-coordinate representation of color #874B5D: hue angle of 342º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874B5D is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1357593-
CMYK00.440.310.47
HSL342º28.57%41.18%-
HSV(B)342º44.44%52.94%-
XYZ14.4810.9711.71-
YUV94.99126.88156.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=44.55%
G=24.75%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135759300.440.310.4734228.5741.18
Hex874B5D02C1F2F1561d29
Octal20711313505437575263551
Binary100001111001011101110101011001111110111110101011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874B5D; }

 p { color: rgb(135,75,93); }

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

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

 a { background-color: rgb(135,75,93); }

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

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

 span { border-color: rgb(135,75,93); }

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