Html Css Color HEX #99365B Lipstick

📋 copy color: '#99365B'

red 153 ◦ green 54 ◦ blue 91

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

Shades of Lipstick #99365B

Tints of Lipstick #99365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 51.34%
G = 18.12%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99365B (or 0x99365B) is known color: Lipstick. HEX triplet: 99, 36 and 5B. RGB value is (153,54,91). Sum of RGB (Red+Green+Blue) = 153+54+91=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99365B is #66C9A4. Grayscale: #575757. Windows color (decimal): -6736293 or 5977753. OLE color: 5977753.

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

Color convert

RGB 153 54 91 -
CMYK 0 0.65 0.41 0.4
HSL 337.58º 0.48% 0.41% -
HSV(B) 337.58º 0.65% 0.6% -
XYZ 16.34 10.17 11 -
YUV 87.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 153 54 91 0 0.65 0.41 0.4 337.58 0.48 0.41
Hex 99 36 5B 0 41 29 28 152 30 29
Octal 231 66 133 0 101 51 50 522 60 51
Binary 10011001 110110 1011011 0 1000001 101001 101000 101010010 110000 101001

Color Harmonies of #99365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99365B

Black with #99365B

Text Example


Text Example

White with #99365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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