Html Css Color HEX #874447 Solid Pink

📋 copy color: '#874447'

red 135 ◦ green 68 ◦ blue 71

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

Shades of Solid Pink #874447

Tints of Solid Pink #874447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 49.27%
G = 24.82%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874447 (or 0x874447) is known color: Solid Pink. HEX triplet: 87, 44 and 47. RGB value is (135,68,71). Sum of RGB (Red+Green+Blue) = 135+68+71=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #874447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874447 is #78BBB8. Grayscale: #585858. Windows color (decimal): -7912377 or 4670599. OLE color: 4670599.

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

Color convert

RGB 135 68 71 -
CMYK 0 0.50 0.47 0.47
HSL 357.31º 0.33% 0.4% -
HSV(B) 357.31º 0.5% 0.53% -
XYZ 13.2 9.74 7.15 -
YUV 88.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 135 68 71 0 0.50 0.47 0.47 357.31 0.33 0.4
Hex 87 44 47 0 32 2F 2F 165 21 28
Octal 207 104 107 0 62 57 57 545 41 50
Binary 10000111 1000100 1000111 0 110010 101111 101111 101100101 100001 101000

Color Harmonies of #874447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874447

Black with #874447

Text Example


Text Example

White with #874447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874447; }

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

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

background-color css

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

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

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

border-color css

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

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

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