#874558

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

Shades of Cannon Pink #874558

Tints of Cannon Pink #874558

Color information

#874558 (or 0x874558) is unknown color: approx Cannon Pink. HEX triplet: 87, 45 and 58. RGB value is (135,69,88). Sum of RGB (Red+Green+Blue) = 135+69+88=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #874558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874558 is #78BAA7. Grayscale: #5A5A5A. Windows color (decimal): -7912104 or 5784967. OLE color: 5784967.

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

Color convert

RGB1356988-
CMYK00.490.350.47
HSL342.73º32.35%40%-
HSV(B)342.73º48.89%52.94%-
XYZ13.8810.1110.45-
YUV90.9126.37159.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=46.23%
G=23.63%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135698800.490.350.47342.7332.3540
Hex874558031232F1572028
Octal20710513006143575274050
Binary10000111100010110110000110001100011101111101010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874558; }

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

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

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

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

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

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

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

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