#874450

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

Shades of Solid Pink #874450

Tints of Solid Pink #874450

Color information

#874450 (or 0x874450) is unknown color: approx Solid Pink. HEX triplet: 87, 44 and 50. RGB value is (135,68,80). Sum of RGB (Red+Green+Blue) = 135+68+80=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874450 is #78BBAF. Grayscale: #595959. Windows color (decimal): -7912368 or 5260423. OLE color: 5260423.

HSL color Cylindrical-coordinate representation of color #874450: hue angle of 349.25º 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 #874450 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1356880-
CMYK00.500.410.47
HSL349.25º33%39.8%-
HSV(B)349.25º49.63%52.94%-
XYZ13.519.868.78-
YUV89.4122.7160.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=47.70%
G=24.03%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135688000.500.410.47349.253339.8
Hex874450032292F15d2128
Octal20710412006251575354150
Binary10000111100010010100000110010101001101111101011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874450; }

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

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

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

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

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

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

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

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