#9D254E

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

Shades of Lipstick #9D254E

Tints of Lipstick #9D254E

Color information

#9D254E (or 0x9D254E) is unknown color: approx Lipstick. HEX triplet: 9D, 25 and 4E. RGB value is (157,37,78). Sum of RGB (Red+Green+Blue) = 157+37+78=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D254E is #62DAB1. Grayscale: #4D4D4D. Windows color (decimal): -6478514 or 5121437. OLE color: 5121437.

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

Color convert

RGB1573778-
CMYK00.760.500.38
HSL339.5º61.86%38.04%-
HSV(B)339.5º76.43%61.57%-
XYZ15.949.048.11-
YUV77.55128.26184.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.72%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=57.72%
G=13.60%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157377800.760.500.38339.561.8638.04
Hex9D254E04C32261543e26
Octal23545116011462465247646
Binary10011101100101100111001001100110010100110101010100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,37,78); }

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

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

 a { background-color: rgb(157,37,78); }

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

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

 span { border-color: rgb(157,37,78); }

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