Html Css Color HEX #99395E Lipstick

📋 copy color: '#99395E'

red 153 ◦ green 57 ◦ blue 94

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

Shades of Lipstick #99395E

Tints of Lipstick #99395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

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

R = 50.33%
G = 18.75%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99395E (or 0x99395E) is known color: Lipstick. HEX triplet: 99, 39 and 5E. RGB value is (153,57,94). Sum of RGB (Red+Green+Blue) = 153+57+94=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99395E is #66C6A1. Grayscale: #595959. Windows color (decimal): -6735522 or 6175129. OLE color: 6175129.

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

Color convert

RGB 153 57 94 -
CMYK 0 0.63 0.39 0.4
HSL 336.88º 0.46% 0.41% -
HSV(B) 336.88º 0.63% 0.6% -
XYZ 16.62 10.51 11.74 -
YUV 89.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 153 57 94 0 0.63 0.39 0.4 336.88 0.46 0.41
Hex 99 39 5E 0 3F 27 28 151 2E 29
Octal 231 71 136 0 77 47 50 521 56 51
Binary 10011001 111001 1011110 0 111111 100111 101000 101010001 101110 101001

Color Harmonies of #99395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99395E

Black with #99395E

Text Example


Text Example

White with #99395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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