Html Css Color HEX #874383 Trendy Pink

📋 copy color: '#874383'

red 135 ◦ green 67 ◦ blue 131

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

Shades of Trendy Pink #874383

Tints of Trendy Pink #874383

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 40.54%
G = 20.12%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#874383 (or 0x874383) is known color: Trendy Pink. HEX triplet: 87, 43 and 83. RGB value is (135,67,131). Sum of RGB (Red+Green+Blue) = 135+67+131=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #874383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874383 is #78BC7C. Grayscale: #5E5E5E. Windows color (decimal): -7912573 or 8602503. OLE color: 8602503.

HSL color Cylindrical-coordinate representation of color #874383: hue angle of 303.53º degrees, saturation: 0.34, 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 #874383 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 131 -
CMYK 0 0.50 0.03 0.47
HSL 303.53º 0.34% 0.4% -
HSV(B) 303.53º 0.5% 0.53% -
XYZ 16.1 10.8 22.71 -
YUV 94.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 135 67 131 0 0.50 0.03 0.47 303.53 0.34 0.4
Hex 87 43 83 0 32 3 2F 130 22 28
Octal 207 103 203 0 62 3 57 460 42 50
Binary 10000111 1000011 10000011 0 110010 11 101111 100110000 100010 101000

Color Harmonies of #874383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874383

Black with #874383

Text Example


Text Example

White with #874383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874383; }

 p { color: rgb(135,67,131); }

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

background-color css

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

 a { background-color: rgb(135,67,131); }

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

border-color css

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

 span { border-color: rgb(135,67,131); }

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