#90275A

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

Shades of Lipstick #90275A

Tints of Lipstick #90275A

Color information

#90275A (or 0x90275A) is unknown color: approx Lipstick. HEX triplet: 90, 27 and 5A. RGB value is (144,39,90). Sum of RGB (Red+Green+Blue) = 144+39+90=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90275A is #6FD8A5. Grayscale: #4C4C4C. Windows color (decimal): -7329958 or 5908368. OLE color: 5908368.

HSL color Cylindrical-coordinate representation of color #90275A: hue angle of 330.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90275A is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1443990-
CMYK00.730.370.44
HSL330.86º57.38%35.88%-
HSV(B)330.86º72.92%56.47%-
XYZ14.078.1210.5-
YUV76.21135.79176.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=52.75%
G=14.29%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144399000.730.370.44330.8657.3835.88
Hex90275A049252C14b3924
Octal22047132011145545137144
Binary10010000100111101101001001001100101101100101001011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90275A; }

 p { color: rgb(144,39,90); }

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

<style>
 a { background-color: #90275A; }

 a { background-color: rgb(144,39,90); }

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

<style>
 span { border-color: #90275A; }

 span { border-color: rgb(144,39,90); }

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