Html Css Color HEX #87424D Solid Pink

📋 copy color: '#87424D'

red 135 ◦ green 66 ◦ blue 77

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

Shades of Solid Pink #87424D

Tints of Solid Pink #87424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 48.56%
G = 23.74%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87424D (or 0x87424D) is known color: Solid Pink. HEX triplet: 87, 42 and 4D. RGB value is (135,66,77). Sum of RGB (Red+Green+Blue) = 135+66+77=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87424D is #78BDB2. Grayscale: #575757. Windows color (decimal): -7912883 or 5063303. OLE color: 5063303.

HSL color Cylindrical-coordinate representation of color #87424D: hue angle of 350.43º 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 #87424D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 66 77 -
CMYK 0 0.51 0.43 0.47
HSL 350.43º 0.34% 0.39% -
HSV(B) 350.43º 0.51% 0.53% -
XYZ 13.28 9.58 8.17 -
YUV 87.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 135 66 77 0 0.51 0.43 0.47 350.43 0.34 0.39
Hex 87 42 4D 0 33 2B 2F 15E 22 27
Octal 207 102 115 0 63 53 57 536 42 47
Binary 10000111 1000010 1001101 0 110011 101011 101111 101011110 100010 100111

Color Harmonies of #87424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87424D

Black with #87424D

Text Example


Text Example

White with #87424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87424D; }

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

 H1.HeaderClassName
 {
   color: #87424D;
 }
 .AnyTagClassName
 {
   color: #87424D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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