Html Css Color HEX #99295E Lipstick

📋 copy color: '#99295E'

red 153 ◦ green 41 ◦ blue 94

#99295E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #99295E

Tints of Lipstick #99295E

RGB

 RED value IS 153 (60.16% from 255) = 53.13%

 GREEN value IS 41 (16.41% from 255) = 14.24%

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 53.13%
G = 14.24%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99295E (or 0x99295E) is known color: Lipstick. HEX triplet: 99, 29 and 5E. RGB value is (153,41,94). Sum of RGB (Red+Green+Blue) = 153+41+94=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #99295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99295E is #66D6A1. Grayscale: #505050. Windows color (decimal): -6739618 or 6171033. OLE color: 6171033.

HSL color Cylindrical-coordinate representation of color #99295E: hue angle of 331.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99295E is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 94 -
CMYK 0 0.73 0.39 0.4
HSL 331.61º 0.58% 0.38% -
HSV(B) 331.61º 0.73% 0.6% -
XYZ 15.95 9.17 11.52 -
YUV 80.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 153 41 94 0 0.73 0.39 0.4 331.61 0.58 0.38
Hex 99 29 5E 0 49 27 28 14C 3A 26
Octal 231 51 136 0 111 47 50 514 72 46
Binary 10011001 101001 1011110 0 1001001 100111 101000 101001100 111010 100110

Color Harmonies of #99295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99295E

Black with #99295E

Text Example


Text Example

White with #99295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99295E; }

 p { color: rgb(153,41,94); }

 H1.HeaderClassName
 {
   color: #99295E;
 }
 .AnyTagClassName
 {
   color: #99295E;
 }
</style>

background-color css

<style>
 a { background-color: #99295E; }

 a { background-color: rgb(153,41,94); }

 div.DivClassName
 {
   background-color: #99295E;
 }
 .BgClassName
 {
   background-color: #99295E;
 }
</style>

border-color css

<style>
 span { border-color: #99295E; }

 span { border-color: rgb(153,41,94); }

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