Html Css Color HEX #874D53 Solid Pink

📋 copy color: '#874D53'

red 135 ◦ green 77 ◦ blue 83

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

Shades of Solid Pink #874D53

Tints of Solid Pink #874D53

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.1%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 45.76%
G = 26.1%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#874D53 (or 0x874D53) is known color: Solid Pink. HEX triplet: 87, 4D and 53. RGB value is (135,77,83). Sum of RGB (Red+Green+Blue) = 135+77+83=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D53 is #78B2AC. Grayscale: #5F5F5F. Windows color (decimal): -7910061 or 5459335. OLE color: 5459335.

HSL color Cylindrical-coordinate representation of color #874D53: hue angle of 353.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D53 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 77 83 -
CMYK 0 0.43 0.39 0.47
HSL 353.79º 0.27% 0.42% -
HSV(B) 353.79º 0.43% 0.53% -
XYZ 14.21 11.08 9.57 -
YUV 95.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 135 77 83 0 0.43 0.39 0.47 353.79 0.27 0.42
Hex 87 4D 53 0 2B 27 2F 162 1B 2A
Octal 207 115 123 0 53 47 57 542 33 52
Binary 10000111 1001101 1010011 0 101011 100111 101111 101100010 11011 101010

Color Harmonies of #874D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D53

Black with #874D53

Text Example


Text Example

White with #874D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874D53; }

 p { color: rgb(135,77,83); }

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

background-color css

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

 a { background-color: rgb(135,77,83); }

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

border-color css

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

 span { border-color: rgb(135,77,83); }

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