Html Css Color HEX #99365D Lipstick

📋 copy color: '#99365D'

red 153 ◦ green 54 ◦ blue 93

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

Shades of Lipstick #99365D

Tints of Lipstick #99365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 51%
G = 18%
B = 31%

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

#99365D (or 0x99365D) is known color: Lipstick. HEX triplet: 99, 36 and 5D. RGB value is (153,54,93). Sum of RGB (Red+Green+Blue) = 153+54+93=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99365D is #66C9A2. Grayscale: #575757. Windows color (decimal): -6736291 or 6108825. OLE color: 6108825.

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

Color convert

RGB 153 54 93 -
CMYK 0 0.65 0.39 0.4
HSL 336.36º 0.48% 0.41% -
HSV(B) 336.36º 0.65% 0.6% -
XYZ 16.43 10.2 11.46 -
YUV 88.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 153 54 93 0 0.65 0.39 0.4 336.36 0.48 0.41
Hex 99 36 5D 0 41 27 28 150 30 29
Octal 231 66 135 0 101 47 50 520 60 51
Binary 10011001 110110 1011101 0 1000001 100111 101000 101010000 110000 101001

Color Harmonies of #99365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99365D

Black with #99365D

Text Example


Text Example

White with #99365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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