#874961

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

Shades of Cannon Pink #874961

Tints of Cannon Pink #874961

Color information

#874961 (or 0x874961) is unknown color: approx Cannon Pink. HEX triplet: 87, 49 and 61. RGB value is (135,73,97). Sum of RGB (Red+Green+Blue) = 135+73+97=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874961 is #78B69E. Grayscale: #5E5E5E. Windows color (decimal): -7911071 or 6375815. OLE color: 6375815.

HSL color Cylindrical-coordinate representation of color #874961: hue angle of 336.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874961 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1357397-
CMYK00.460.280.47
HSL336.77º29.81%40.78%-
HSV(B)336.77º45.93%52.94%-
XYZ14.5310.7812.62-
YUV94.27129.54157.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=44.26%
G=23.93%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135739700.460.280.47336.7729.8140.78
Hex87496102E1C2F1511e29
Octal20711114105634575213651
Binary100001111001001110000101011101110010111110101000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874961; }

 p { color: rgb(135,73,97); }

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

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

 a { background-color: rgb(135,73,97); }

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

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

 span { border-color: rgb(135,73,97); }

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