Html Css Color HEX #874450 Solid Pink

📋 copy color: '#874450'

red 135 ◦ green 68 ◦ blue 80

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

Shades of Solid Pink #874450

Tints of Solid Pink #874450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 47.7%
G = 24.03%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#874450 (or 0x874450) is known color: Solid Pink. HEX triplet: 87, 44 and 50. RGB value is (135,68,80). Sum of RGB (Red+Green+Blue) = 135+68+80=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874450 is #78BBAF. Grayscale: #595959. Windows color (decimal): -7912368 or 5260423. OLE color: 5260423.

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

Color convert

RGB 135 68 80 -
CMYK 0 0.50 0.41 0.47
HSL 349.25º 0.33% 0.4% -
HSV(B) 349.25º 0.5% 0.53% -
XYZ 13.51 9.86 8.78 -
YUV 89.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 135 68 80 0 0.50 0.41 0.47 349.25 0.33 0.4
Hex 87 44 50 0 32 29 2F 15D 21 28
Octal 207 104 120 0 62 51 57 535 41 50
Binary 10000111 1000100 1010000 0 110010 101001 101111 101011101 100001 101000

Color Harmonies of #874450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874450

Black with #874450

Text Example


Text Example

White with #874450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874450; }

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

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

background-color css

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

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

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

border-color css

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

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

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