Html Css Color HEX #99214B Lipstick

📋 copy color: '#99214B'

red 153 ◦ green 33 ◦ blue 75

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

Shades of Lipstick #99214B

Tints of Lipstick #99214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.74%

R = 58.62%
G = 12.64%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99214B (or 0x99214B) is known color: Lipstick. HEX triplet: 99, 21 and 4B. RGB value is (153,33,75). Sum of RGB (Red+Green+Blue) = 153+33+75=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99214B is #66DEB4. Grayscale: #494949. Windows color (decimal): -6741685 or 4923801. OLE color: 4923801.

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

Color convert

RGB 153 33 75 -
CMYK 0 0.78 0.51 0.4
HSL 339º 0.65% 0.36% -
HSV(B) 339º 0.78% 0.6% -
XYZ 14.95 8.37 7.48 -
YUV 73.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 153 33 75 0 0.78 0.51 0.4 339 0.65 0.36
Hex 99 21 4B 0 4E 33 28 153 41 24
Octal 231 41 113 0 116 63 50 523 101 44
Binary 10011001 100001 1001011 0 1001110 110011 101000 101010011 1000001 100100

Color Harmonies of #99214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99214B

Black with #99214B

Text Example


Text Example

White with #99214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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