#99274A

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

Shades of Lipstick #99274A

Tints of Lipstick #99274A

Color information

#99274A (or 0x99274A) is unknown color: approx Lipstick. HEX triplet: 99, 27 and 4A. RGB value is (153,39,74). Sum of RGB (Red+Green+Blue) = 153+39+74=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99274A is #66D8B5. Grayscale: #4D4D4D. Windows color (decimal): -6740150 or 4859801. OLE color: 4859801.

HSL color Cylindrical-coordinate representation of color #99274A: hue angle of 341.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99274A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1533974-
CMYK00.750.520.4
HSL341.58º59.38%37.65%-
HSV(B)341.58º74.51%60%-
XYZ15.18.727.37-
YUV77.08126.27182.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=57.52%
G=14.66%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153397400.750.520.4341.5859.3837.65
Hex99274A04B34281563b26
Octal23147112011364505267346
Binary10011001100111100101001001011110100101000101010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,39,74); }

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

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

 a { background-color: rgb(153,39,74); }

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

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

 span { border-color: rgb(153,39,74); }

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