Html Css Color HEX #874247 Solid Pink

📋 copy color: '#874247'

red 135 ◦ green 66 ◦ blue 71

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

Shades of Solid Pink #874247

Tints of Solid Pink #874247

RGB

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

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

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

R = 49.63%
G = 24.26%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874247 (or 0x874247) is known color: Solid Pink. HEX triplet: 87, 42 and 47. RGB value is (135,66,71). Sum of RGB (Red+Green+Blue) = 135+66+71=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874247 is #78BDB8. Grayscale: #575757. Windows color (decimal): -7912889 or 4670087. OLE color: 4670087.

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

Color convert

RGB 135 66 71 -
CMYK 0 0.51 0.47 0.47
HSL 355.65º 0.34% 0.39% -
HSV(B) 355.65º 0.51% 0.53% -
XYZ 13.08 9.5 7.11 -
YUV 87.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 135 66 71 0 0.51 0.47 0.47 355.65 0.34 0.39
Hex 87 42 47 0 33 2F 2F 164 22 27
Octal 207 102 107 0 63 57 57 544 42 47
Binary 10000111 1000010 1000111 0 110011 101111 101111 101100100 100010 100111

Color Harmonies of #874247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874247

Black with #874247

Text Example


Text Example

White with #874247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874247; }

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

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

background-color css

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

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

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

border-color css

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

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

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