#9E525B

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

Shades of Hippie Pink #9E525B

Tints of Hippie Pink #9E525B

Color information

#9E525B (or 0x9E525B) is unknown color: approx Hippie Pink. HEX triplet: 9E, 52 and 5B. RGB value is (158,82,91). Sum of RGB (Red+Green+Blue) = 158+82+91=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E525B is #61ADA4. Grayscale: #696969. Windows color (decimal): -6401445 or 5984926. OLE color: 5984926.

HSL color Cylindrical-coordinate representation of color #9E525B: hue angle of 352.89º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E525B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1588291-
CMYK00.480.420.38
HSL352.89º31.67%47.06%-
HSV(B)352.89º48.1%61.96%-
XYZ19.0114.0611.61-
YUV105.75119.68165.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.73%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=47.73%
G=24.77%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158829100.480.420.38352.8931.6747.06
Hex9E525B0302A26161202f
Octal23612213306052465414057
Binary10011110101001010110110110000101010100110101100001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,82,91); }

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

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

 a { background-color: rgb(158,82,91); }

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

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

 span { border-color: rgb(158,82,91); }

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