#9F234B

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

Shades of Lipstick #9F234B

Tints of Lipstick #9F234B

Color information

#9F234B (or 0x9F234B) is unknown color: approx Lipstick. HEX triplet: 9F, 23 and 4B. RGB value is (159,35,75). Sum of RGB (Red+Green+Blue) = 159+35+75=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F234B is #60DCB4. Grayscale: #4C4C4C. Windows color (decimal): -6347957 or 4924319. OLE color: 4924319.

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

Color convert

RGB1593575-
CMYK00.780.530.38
HSL340.65º63.92%38.04%-
HSV(B)340.65º77.99%62.35%-
XYZ16.179.087.56-
YUV76.64127.08186.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.11%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=59.11%
G=13.01%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159357500.780.530.38340.6563.9238.04
Hex9F234B04E35261554026
Octal237431130116654652510046
Binary100111111000111001011010011101101011001101010101011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,35,75); }

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

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

 a { background-color: rgb(159,35,75); }

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

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

 span { border-color: rgb(159,35,75); }

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