Html Css Color HEX #874749 Solid Pink

📋 copy color: '#874749'

red 135 ◦ green 71 ◦ blue 73

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

Shades of Solid Pink #874749

Tints of Solid Pink #874749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 48.39%
G = 25.45%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#874749 (or 0x874749) is known color: Solid Pink. HEX triplet: 87, 47 and 49. RGB value is (135,71,73). Sum of RGB (Red+Green+Blue) = 135+71+73=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #874749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874749 is #78B8B6. Grayscale: #5A5A5A. Windows color (decimal): -7911607 or 4802439. OLE color: 4802439.

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

Color convert

RGB 135 71 73 -
CMYK 0 0.47 0.46 0.47
HSL 358.13º 0.31% 0.4% -
HSV(B) 358.13º 0.47% 0.53% -
XYZ 13.45 10.14 7.55 -
YUV 90.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 135 71 73 0 0.47 0.46 0.47 358.13 0.31 0.4
Hex 87 47 49 0 2F 2E 2F 166 1F 28
Octal 207 107 111 0 57 56 57 546 37 50
Binary 10000111 1000111 1001001 0 101111 101110 101111 101100110 11111 101000

Color Harmonies of #874749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874749

Black with #874749

Text Example


Text Example

White with #874749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874749; }

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

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

background-color css

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

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

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

border-color css

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

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

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