#874446

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

Shades of Solid Pink #874446

Tints of Solid Pink #874446

Color information

#874446 (or 0x874446) is unknown color: approx Solid Pink. HEX triplet: 87, 44 and 46. RGB value is (135,68,70). Sum of RGB (Red+Green+Blue) = 135+68+70=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874446 is #78BBB9. Grayscale: #585858. Windows color (decimal): -7912378 or 4605063. OLE color: 4605063.

HSL color Cylindrical-coordinate representation of color #874446: hue angle of 358.21º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874446 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1356870-
CMYK00.500.480.47
HSL358.21º33%39.8%-
HSV(B)358.21º49.63%52.94%-
XYZ13.169.736.98-
YUV88.26117.7161.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=49.45%
G=24.91%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135687000.500.480.47358.213339.8
Hex874446032302F1662128
Octal20710410606260575464150
Binary10000111100010010001100110010110000101111101100110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874446; }

 p { color: rgb(135,68,70); }

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

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

 a { background-color: rgb(135,68,70); }

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

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

 span { border-color: rgb(135,68,70); }

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