Html Css Color HEX #99215D Lipstick

📋 copy color: '#99215D'

red 153 ◦ green 33 ◦ blue 93

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

Shades of Lipstick #99215D

Tints of Lipstick #99215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

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

R = 54.84%
G = 11.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99215D (or 0x99215D) is known color: Lipstick. HEX triplet: 99, 21 and 5D. RGB value is (153,33,93). Sum of RGB (Red+Green+Blue) = 153+33+93=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99215D is #66DEA2. Grayscale: #4B4B4B. Windows color (decimal): -6741667 or 6103449. OLE color: 6103449.

HSL color Cylindrical-coordinate representation of color #99215D: hue angle of 330º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99215D is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 93 -
CMYK 0 0.78 0.39 0.4
HSL 330º 0.65% 0.36% -
HSV(B) 330º 0.78% 0.6% -
XYZ 15.66 8.65 11.2 -
YUV 75.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 153 33 93 0 0.78 0.39 0.4 330 0.65 0.36
Hex 99 21 5D 0 4E 27 28 14A 41 24
Octal 231 41 135 0 116 47 50 512 101 44
Binary 10011001 100001 1011101 0 1001110 100111 101000 101001010 1000001 100100

Color Harmonies of #99215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99215D

Black with #99215D

Text Example


Text Example

White with #99215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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