Html Css Color HEX #99365C Lipstick

📋 copy color: '#99365C'

red 153 ◦ green 54 ◦ blue 92

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

Shades of Lipstick #99365C

Tints of Lipstick #99365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 51.17%
G = 18.06%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99365C (or 0x99365C) is known color: Lipstick. HEX triplet: 99, 36 and 5C. RGB value is (153,54,92). Sum of RGB (Red+Green+Blue) = 153+54+92=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99365C is #66C9A3. Grayscale: #575757. Windows color (decimal): -6736292 or 6043289. OLE color: 6043289.

HSL color Cylindrical-coordinate representation of color #99365C: hue angle of 336.97º 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 #99365C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 92 -
CMYK 0 0.65 0.40 0.4
HSL 336.97º 0.48% 0.41% -
HSV(B) 336.97º 0.65% 0.6% -
XYZ 16.39 10.18 11.23 -
YUV 87.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 153 54 92 0 0.65 0.40 0.4 336.97 0.48 0.41
Hex 99 36 5C 0 41 28 28 151 30 29
Octal 231 66 134 0 101 50 50 521 60 51
Binary 10011001 110110 1011100 0 1000001 101000 101000 101010001 110000 101001

Color Harmonies of #99365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99365C

Black with #99365C

Text Example


Text Example

White with #99365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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