#874858

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

Shades of Cannon Pink #874858

Tints of Cannon Pink #874858

Color information

#874858 (or 0x874858) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 58. RGB value is (135,72,88). Sum of RGB (Red+Green+Blue) = 135+72+88=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874858 is #78B7A7. Grayscale: #5C5C5C. Windows color (decimal): -7911336 or 5785735. OLE color: 5785735.

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

Color convert

RGB1357288-
CMYK00.470.350.47
HSL344.76º30.43%40.59%-
HSV(B)344.76º46.67%52.94%-
XYZ14.0710.4910.52-
YUV92.66125.37158.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=45.76%
G=24.41%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135728800.470.350.47344.7630.4340.59
Hex87485802F232F1591e29
Octal20711013005743575313651
Binary1000011110010001011000010111110001110111110101100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874858; }

 p { color: rgb(135,72,88); }

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

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

 a { background-color: rgb(135,72,88); }

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

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

 span { border-color: rgb(135,72,88); }

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