#9E123E

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

Shades of Lipstick #9E123E

Tints of Lipstick #9E123E

Color information

#9E123E (or 0x9E123E) is unknown color: approx Lipstick. HEX triplet: 9E, 12 and 3E. RGB value is (158,18,62). Sum of RGB (Red+Green+Blue) = 158+18+62=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E123E is #61EDC1. Grayscale: #404040. Windows color (decimal): -6417858 or 4067998. OLE color: 4067998.

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

Color convert

RGB1581862-
CMYK00.890.610.38
HSL341.14º79.55%34.51%-
HSV(B)341.14º88.61%61.96%-
XYZ15.198.055.31-
YUV64.88126.38194.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.39%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=66.39%
G=7.56%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158186200.890.610.38341.1479.5534.51
Hex9E123E0593D261555023
Octal23622760131754652512043
Binary1001111010010111110010110011111011001101010101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,18,62); }

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

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

 a { background-color: rgb(158,18,62); }

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

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

 span { border-color: rgb(158,18,62); }

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