Html Css Color HEX #99385C Lipstick

📋 copy color: '#99385C'

red 153 ◦ green 56 ◦ blue 92

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

Shades of Lipstick #99385C

Tints of Lipstick #99385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 50.83%
G = 18.6%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99385C (or 0x99385C) is known color: Lipstick. HEX triplet: 99, 38 and 5C. RGB value is (153,56,92). Sum of RGB (Red+Green+Blue) = 153+56+92=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99385C is #66C7A3. Grayscale: #595959. Windows color (decimal): -6735780 or 6043801. OLE color: 6043801.

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

Color convert

RGB 153 56 92 -
CMYK 0 0.63 0.40 0.4
HSL 337.73º 0.46% 0.41% -
HSV(B) 337.73º 0.63% 0.6% -
XYZ 16.48 10.37 11.26 -
YUV 89.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 153 56 92 0 0.63 0.40 0.4 337.73 0.46 0.41
Hex 99 38 5C 0 3F 28 28 152 2E 29
Octal 231 70 134 0 77 50 50 522 56 51
Binary 10011001 111000 1011100 0 111111 101000 101000 101010010 101110 101001

Color Harmonies of #99385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99385C

Black with #99385C

Text Example


Text Example

White with #99385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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