#874248

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

Shades of Solid Pink #874248

Tints of Solid Pink #874248

Color information

#874248 (or 0x874248) is unknown color: approx Solid Pink. HEX triplet: 87, 42 and 48. RGB value is (135,66,72). Sum of RGB (Red+Green+Blue) = 135+66+72=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874248 is #78BDB7. Grayscale: #575757. Windows color (decimal): -7912888 or 4735623. OLE color: 4735623.

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

Color convert

RGB1356672-
CMYK00.510.470.47
HSL354.78º34.33%39.41%-
HSV(B)354.78º51.11%52.94%-
XYZ13.119.527.28-
YUV87.32119.36162.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=49.45%
G=24.18%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135667200.510.470.47354.7834.3339.41
Hex8742480332F2F1632227
Octal20710211006357575434247
Binary10000111100001010010000110011101111101111101100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874248; }

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

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

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

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

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

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

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

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