Html Css Color HEX #99375D Lipstick

📋 copy color: '#99375D'

red 153 ◦ green 55 ◦ blue 93

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

Shades of Lipstick #99375D

Tints of Lipstick #99375D

RGB

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

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

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

R = 50.83%
G = 18.27%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99375D (or 0x99375D) is known color: Lipstick. HEX triplet: 99, 37 and 5D. RGB value is (153,55,93). Sum of RGB (Red+Green+Blue) = 153+55+93=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99375D is #66C8A2. Grayscale: #585858. Windows color (decimal): -6736035 or 6109081. OLE color: 6109081.

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

Color convert

RGB 153 55 93 -
CMYK 0 0.64 0.39 0.4
HSL 336.73º 0.47% 0.41% -
HSV(B) 336.73º 0.64% 0.6% -
XYZ 16.48 10.3 11.47 -
YUV 88.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 153 55 93 0 0.64 0.39 0.4 336.73 0.47 0.41
Hex 99 37 5D 0 40 27 28 151 2F 29
Octal 231 67 135 0 100 47 50 521 57 51
Binary 10011001 110111 1011101 0 1000000 100111 101000 101010001 101111 101001

Color Harmonies of #99375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99375D

Black with #99375D

Text Example


Text Example

White with #99375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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