#9E4D4F

Color #9E4D4F Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #9E4D4F

Tints of Hippie Pink #9E4D4F

Color information

#9E4D4F (or 0x9E4D4F) is unknown color: approx Hippie Pink. HEX triplet: 9E, 4D and 4F. RGB value is (158,77,79). Sum of RGB (Red+Green+Blue) = 158+77+79=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D4F is #61B2B0. Grayscale: #656565. Windows color (decimal): -6402737 or 5197214. OLE color: 5197214.

HSL color Cylindrical-coordinate representation of color #9E4D4F: hue angle of 358.52º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D4F is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1587779-
CMYK00.510.500.38
HSL358.52º34.47%46.08%-
HSV(B)358.52º51.27%61.96%-
XYZ18.1713.148.98-
YUV101.45115.34168.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=50.32%
G=24.52%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158777900.510.500.38358.5234.4746.08
Hex9E4D4F0333226167222e
Octal23611511706362465474256
Binary10011110100110110011110110011110010100110101100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4D4F; }

 p { color: rgb(158,77,79); }

 H1.HeaderClassName
 {
   color: #9E4D4F;
 }
 .AnyTagClassName
 {
   color: #9E4D4F;
 }
</style>
background-color css

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

 a { background-color: rgb(158,77,79); }

 div.DivClassName
 {
   background-color: #9E4D4F;
 }
 .BgClassName
 {
   background-color: #9E4D4F;
 }
</style>
border-color css

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

 span { border-color: rgb(158,77,79); }

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