Html Css Color HEX #99214D Lipstick

📋 copy color: '#99214D'

red 153 ◦ green 33 ◦ blue 77

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

Shades of Lipstick #99214D

Tints of Lipstick #99214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 58.17%
G = 12.55%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99214D (or 0x99214D) is known color: Lipstick. HEX triplet: 99, 21 and 4D. RGB value is (153,33,77). Sum of RGB (Red+Green+Blue) = 153+33+77=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99214D is #66DEB2. Grayscale: #494949. Windows color (decimal): -6741683 or 5054873. OLE color: 5054873.

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

Color convert

RGB 153 33 77 -
CMYK 0 0.78 0.50 0.4
HSL 338º 0.65% 0.36% -
HSV(B) 338º 0.78% 0.6% -
XYZ 15.02 8.4 7.85 -
YUV 73.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 153 33 77 0 0.78 0.50 0.4 338 0.65 0.36
Hex 99 21 4D 0 4E 32 28 152 41 24
Octal 231 41 115 0 116 62 50 522 101 44
Binary 10011001 100001 1001101 0 1001110 110010 101000 101010010 1000001 100100

Color Harmonies of #99214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99214D

Black with #99214D

Text Example


Text Example

White with #99214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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