#90124B

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

Shades of Lipstick #90124B

Tints of Lipstick #90124B

Color information

#90124B (or 0x90124B) is unknown color: approx Lipstick. HEX triplet: 90, 12 and 4B. RGB value is (144,18,75). Sum of RGB (Red+Green+Blue) = 144+18+75=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #90124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90124B is #6FEDB4. Grayscale: #3E3E3E. Windows color (decimal): -7335349 or 4919952. OLE color: 4919952.

HSL color Cylindrical-coordinate representation of color #90124B: hue angle of 332.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90124B is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1441875-
CMYK00.880.480.44
HSL332.86º77.78%31.76%-
HSV(B)332.86º87.5%56.47%-
XYZ12.996.877.3-
YUV62.17135.24186.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.76%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=60.76%
G=7.59%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144187500.880.480.44332.8677.7831.76
Hex90124B058302C14d4e20
Octal220221130130605451511640
Binary10010000100101001011010110001100001011001010011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90124B; }

 p { color: rgb(144,18,75); }

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

<style>
 a { background-color: #90124B; }

 a { background-color: rgb(144,18,75); }

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

<style>
 span { border-color: #90124B; }

 span { border-color: rgb(144,18,75); }

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