#874A4B

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

Shades of Solid Pink #874A4B

Tints of Solid Pink #874A4B

Color information

#874A4B (or 0x874A4B) is unknown color: approx Solid Pink. HEX triplet: 87, 4A and 4B. RGB value is (135,74,75). Sum of RGB (Red+Green+Blue) = 135+74+75=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #874A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A4B is #78B5B4. Grayscale: #5C5C5C. Windows color (decimal): -7910837 or 4934279. OLE color: 4934279.

HSL color Cylindrical-coordinate representation of color #874A4B: hue angle of 359.02º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A4B is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1357475-
CMYK00.450.440.47
HSL359.02º29.19%40.98%-
HSV(B)359.02º45.19%52.94%-
XYZ13.7110.567.97-
YUV92.35118.21158.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=47.54%
G=26.06%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135747500.450.440.47359.0229.1940.98
Hex874A4B02D2C2F1671d29
Octal20711211305554575473551
Binary1000011110010101001011010110110110010111110110011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874A4B; }

 p { color: rgb(135,74,75); }

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

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

 a { background-color: rgb(135,74,75); }

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

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

 span { border-color: rgb(135,74,75); }

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