Html Css Color HEX #87464C Solid Pink

📋 copy color: '#87464C'

red 135 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #87464C

Tints of Solid Pink #87464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 76 (30.08% from 255) = 27.05%

R = 48.04%
G = 24.91%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87464C (or 0x87464C) is known color: Solid Pink. HEX triplet: 87, 46 and 4C. RGB value is (135,70,76). Sum of RGB (Red+Green+Blue) = 135+70+76=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87464C is #78B9B3. Grayscale: #5A5A5A. Windows color (decimal): -7911860 or 4998791. OLE color: 4998791.

HSL color Cylindrical-coordinate representation of color #87464C: hue angle of 354.46º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87464C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 70 76 -
CMYK 0 0.48 0.44 0.47
HSL 354.46º 0.32% 0.4% -
HSV(B) 354.46º 0.48% 0.53% -
XYZ 13.49 10.05 8.07 -
YUV 90.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 135 70 76 0 0.48 0.44 0.47 354.46 0.32 0.4
Hex 87 46 4C 0 30 2C 2F 162 20 28
Octal 207 106 114 0 60 54 57 542 40 50
Binary 10000111 1000110 1001100 0 110000 101100 101111 101100010 100000 101000

Color Harmonies of #87464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87464C

Black with #87464C

Text Example


Text Example

White with #87464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87464C; }

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

 H1.HeaderClassName
 {
   color: #87464C;
 }
 .AnyTagClassName
 {
   color: #87464C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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