Html Css Color HEX #874850 Solid Pink

📋 copy color: '#874850'

red 135 ◦ green 72 ◦ blue 80

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

Shades of Solid Pink #874850

Tints of Solid Pink #874850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 47.04%
G = 25.09%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#874850 (or 0x874850) is known color: Solid Pink. HEX triplet: 87, 48 and 50. RGB value is (135,72,80). Sum of RGB (Red+Green+Blue) = 135+72+80=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874850 is #78B7AF. Grayscale: #5B5B5B. Windows color (decimal): -7911344 or 5261447. OLE color: 5261447.

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

Color convert

RGB 135 72 80 -
CMYK 0 0.47 0.41 0.47
HSL 352.38º 0.3% 0.41% -
HSV(B) 352.38º 0.47% 0.53% -
XYZ 13.76 10.36 8.86 -
YUV 91.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 135 72 80 0 0.47 0.41 0.47 352.38 0.3 0.41
Hex 87 48 50 0 2F 29 2F 160 1E 29
Octal 207 110 120 0 57 51 57 540 36 51
Binary 10000111 1001000 1010000 0 101111 101001 101111 101100000 11110 101001

Color Harmonies of #874850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874850

Black with #874850

Text Example


Text Example

White with #874850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874850; }

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

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

background-color css

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

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

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

border-color css

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

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

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