Html Css Color HEX #99355B Lipstick

📋 copy color: '#99355B'

red 153 ◦ green 53 ◦ blue 91

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

Shades of Lipstick #99355B

Tints of Lipstick #99355B

RGB

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

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

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

R = 51.52%
G = 17.85%
B = 30.64%

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

#99355B (or 0x99355B) is known color: Lipstick. HEX triplet: 99, 35 and 5B. RGB value is (153,53,91). Sum of RGB (Red+Green+Blue) = 153+53+91=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99355B is #66CAA4. Grayscale: #575757. Windows color (decimal): -6736549 or 5977497. OLE color: 5977497.

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

Color convert

RGB 153 53 91 -
CMYK 0 0.65 0.41 0.4
HSL 337.2º 0.49% 0.4% -
HSV(B) 337.2º 0.65% 0.6% -
XYZ 16.3 10.07 10.98 -
YUV 87.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 153 53 91 0 0.65 0.41 0.4 337.2 0.49 0.4
Hex 99 35 5B 0 41 29 28 151 31 28
Octal 231 65 133 0 101 51 50 521 61 50
Binary 10011001 110101 1011011 0 1000001 101001 101000 101010001 110001 101000

Color Harmonies of #99355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99355B

Black with #99355B

Text Example


Text Example

White with #99355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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