Html Css Color HEX #99365E Lipstick

📋 copy color: '#99365E'

red 153 ◦ green 54 ◦ blue 94

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

Shades of Lipstick #99365E

Tints of Lipstick #99365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 50.83%
G = 17.94%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99365E (or 0x99365E) is known color: Lipstick. HEX triplet: 99, 36 and 5E. RGB value is (153,54,94). Sum of RGB (Red+Green+Blue) = 153+54+94=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99365E is #66C9A1. Grayscale: #585858. Windows color (decimal): -6736290 or 6174361. OLE color: 6174361.

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

Color convert

RGB 153 54 94 -
CMYK 0 0.65 0.39 0.4
HSL 335.76º 0.48% 0.41% -
HSV(B) 335.76º 0.65% 0.6% -
XYZ 16.48 10.22 11.69 -
YUV 88.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 153 54 94 0 0.65 0.39 0.4 335.76 0.48 0.41
Hex 99 36 5E 0 41 27 28 150 30 29
Octal 231 66 136 0 101 47 50 520 60 51
Binary 10011001 110110 1011110 0 1000001 100111 101000 101010000 110000 101001

Color Harmonies of #99365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99365E

Black with #99365E

Text Example


Text Example

White with #99365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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