Html Css Color HEX #99375B Lipstick

📋 copy color: '#99375B'

red 153 ◦ green 55 ◦ blue 91

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

Shades of Lipstick #99375B

Tints of Lipstick #99375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 51.17%
G = 18.39%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99375B (or 0x99375B) is known color: Lipstick. HEX triplet: 99, 37 and 5B. RGB value is (153,55,91). Sum of RGB (Red+Green+Blue) = 153+55+91=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99375B is #66C8A4. Grayscale: #585858. Windows color (decimal): -6736037 or 5978009. OLE color: 5978009.

HSL color Cylindrical-coordinate representation of color #99375B: hue angle of 337.96º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99375B is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 91 -
CMYK 0 0.64 0.41 0.4
HSL 337.96º 0.47% 0.41% -
HSV(B) 337.96º 0.64% 0.6% -
XYZ 16.39 10.26 11.01 -
YUV 88.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 153 55 91 0 0.64 0.41 0.4 337.96 0.47 0.41
Hex 99 37 5B 0 40 29 28 152 2F 29
Octal 231 67 133 0 100 51 50 522 57 51
Binary 10011001 110111 1011011 0 1000000 101001 101000 101010010 101111 101001

Color Harmonies of #99375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99375B

Black with #99375B

Text Example


Text Example

White with #99375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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