Html Css Color HEX #874853 Solid Pink

📋 copy color: '#874853'

red 135 ◦ green 72 ◦ blue 83

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

Shades of Solid Pink #874853

Tints of Solid Pink #874853

RGB

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

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

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

R = 46.55%
G = 24.83%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#874853 (or 0x874853) is known color: Solid Pink. HEX triplet: 87, 48 and 53. RGB value is (135,72,83). Sum of RGB (Red+Green+Blue) = 135+72+83=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874853 is #78B7AC. Grayscale: #5C5C5C. Windows color (decimal): -7911341 or 5458055. OLE color: 5458055.

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

Color convert

RGB 135 72 83 -
CMYK 0 0.47 0.39 0.47
HSL 349.52º 0.3% 0.41% -
HSV(B) 349.52º 0.47% 0.53% -
XYZ 13.87 10.41 9.46 -
YUV 92.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 135 72 83 0 0.47 0.39 0.47 349.52 0.3 0.41
Hex 87 48 53 0 2F 27 2F 15E 1E 29
Octal 207 110 123 0 57 47 57 536 36 51
Binary 10000111 1001000 1010011 0 101111 100111 101111 101011110 11110 101001

Color Harmonies of #874853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874853

Black with #874853

Text Example


Text Example

White with #874853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874853; }

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

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

background-color css

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

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

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

border-color css

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

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

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