Html Css Color HEX #87474A Solid Pink

📋 copy color: '#87474A'

red 135 ◦ green 71 ◦ blue 74

#87474A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #87474A

Tints of Solid Pink #87474A

RGB

 RED value IS 135 (53.13% from 255) = 48.21%

 GREEN value IS 71 (28.13% from 255) = 25.36%

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 48.21%
G = 25.36%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#87474A (or 0x87474A) is known color: Solid Pink. HEX triplet: 87, 47 and 4A. RGB value is (135,71,74). Sum of RGB (Red+Green+Blue) = 135+71+74=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87474A is #78B8B5. Grayscale: #5A5A5A. Windows color (decimal): -7911606 or 4867975. OLE color: 4867975.

HSL color Cylindrical-coordinate representation of color #87474A: hue angle of 357.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87474A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 71 74 -
CMYK 0 0.47 0.45 0.47
HSL 357.19º 0.31% 0.4% -
HSV(B) 357.19º 0.47% 0.53% -
XYZ 13.48 10.15 7.73 -
YUV 90.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 135 71 74 0 0.47 0.45 0.47 357.19 0.31 0.4
Hex 87 47 4A 0 2F 2D 2F 165 1F 28
Octal 207 107 112 0 57 55 57 545 37 50
Binary 10000111 1000111 1001010 0 101111 101101 101111 101100101 11111 101000

Color Harmonies of #87474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87474A

Black with #87474A

Text Example


Text Example

White with #87474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87474A; }

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

 H1.HeaderClassName
 {
   color: #87474A;
 }
 .AnyTagClassName
 {
   color: #87474A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #87474A;
 }
 .BgClassName
 {
   background-color: #87474A;
 }
</style>

border-color css

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

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

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