#94215A

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

Shades of Lipstick #94215A

Tints of Lipstick #94215A

Color information

#94215A (or 0x94215A) is unknown color: approx Lipstick. HEX triplet: 94, 21 and 5A. RGB value is (148,33,90). Sum of RGB (Red+Green+Blue) = 148+33+90=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #94215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94215A is #6BDEA5. Grayscale: #494949. Windows color (decimal): -7069350 or 5906836. OLE color: 5906836.

HSL color Cylindrical-coordinate representation of color #94215A: hue angle of 330.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94215A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1483390-
CMYK00.780.390.42
HSL330.26º63.54%35.49%-
HSV(B)330.26º77.7%58.04%-
XYZ14.68.1210.47-
YUV73.88137.1180.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=54.61%
G=12.18%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148339000.780.390.42330.2663.5435.49
Hex94215A04E272A14a4023
Octal224411320116475251210043
Binary100101001000011011010010011101001111010101010010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,33,90); }

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

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

 a { background-color: rgb(148,33,90); }

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

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

 span { border-color: rgb(148,33,90); }

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