Html Css Color HEX #874849 Solid Pink

📋 copy color: '#874849'

red 135 ◦ green 72 ◦ blue 73

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

Shades of Solid Pink #874849

Tints of Solid Pink #874849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 48.21%
G = 25.71%
B = 26.07%

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

#874849 (or 0x874849) is known color: Solid Pink. HEX triplet: 87, 48 and 49. RGB value is (135,72,73). Sum of RGB (Red+Green+Blue) = 135+72+73=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #874849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874849 is #78B7B6. Grayscale: #5B5B5B. Windows color (decimal): -7911351 or 4802695. OLE color: 4802695.

HSL color Cylindrical-coordinate representation of color #874849: hue angle of 359.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874849 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 72 73 -
CMYK 0 0.47 0.46 0.47
HSL 359.05º 0.3% 0.41% -
HSV(B) 359.05º 0.47% 0.53% -
XYZ 13.51 10.27 7.57 -
YUV 90.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 135 72 73 0 0.47 0.46 0.47 359.05 0.3 0.41
Hex 87 48 49 0 2F 2E 2F 167 1E 29
Octal 207 110 111 0 57 56 57 547 36 51
Binary 10000111 1001000 1001001 0 101111 101110 101111 101100111 11110 101001

Color Harmonies of #874849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874849

Black with #874849

Text Example


Text Example

White with #874849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874849; }

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

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

background-color css

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

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

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

border-color css

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

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

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