Html Css Color HEX #99355C Lipstick

📋 copy color: '#99355C'

red 153 ◦ green 53 ◦ blue 92

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

Shades of Lipstick #99355C

Tints of Lipstick #99355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.79%

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

R = 51.34%
G = 17.79%
B = 30.87%

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

#99355C (or 0x99355C) is known color: Lipstick. HEX triplet: 99, 35 and 5C. RGB value is (153,53,92). Sum of RGB (Red+Green+Blue) = 153+53+92=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99355C is #66CAA3. Grayscale: #575757. Windows color (decimal): -6736548 or 6043033. OLE color: 6043033.

HSL color Cylindrical-coordinate representation of color #99355C: hue angle of 336.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99355C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 92 -
CMYK 0 0.65 0.40 0.4
HSL 336.6º 0.49% 0.4% -
HSV(B) 336.6º 0.65% 0.6% -
XYZ 16.34 10.09 11.21 -
YUV 87.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 153 53 92 0 0.65 0.40 0.4 336.6 0.49 0.4
Hex 99 35 5C 0 41 28 28 151 31 28
Octal 231 65 134 0 101 50 50 521 61 50
Binary 10011001 110101 1011100 0 1000001 101000 101000 101010001 110001 101000

Color Harmonies of #99355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99355C

Black with #99355C

Text Example


Text Example

White with #99355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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