#874146

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

Shades of Solid Pink #874146

Tints of Solid Pink #874146

Color information

#874146 (or 0x874146) is unknown color: approx Solid Pink. HEX triplet: 87, 41 and 46. RGB value is (135,65,70). Sum of RGB (Red+Green+Blue) = 135+65+70=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874146 is #78BEB9. Grayscale: #565656. Windows color (decimal): -7913146 or 4604295. OLE color: 4604295.

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

Color convert

RGB1356570-
CMYK00.520.480.47
HSL355.71º35%39.22%-
HSV(B)355.71º51.85%52.94%-
XYZ12.999.376.92-
YUV86.5118.69162.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=50%
G=24.07%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135657000.520.480.47355.713539.22
Hex874146034302F1642327
Octal20710110606460575444347
Binary10000111100000110001100110100110000101111101100100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874146; }

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

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

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

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

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

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

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

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