Html Css Color HEX #992150 Lipstick

📋 copy color: '#992150'

red 153 ◦ green 33 ◦ blue 80

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

Shades of Lipstick #992150

Tints of Lipstick #992150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 57.52%
G = 12.41%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#992150 (or 0x992150) is known color: Lipstick. HEX triplet: 99, 21 and 50. RGB value is (153,33,80). Sum of RGB (Red+Green+Blue) = 153+33+80=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #992150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992150 is #66DEAF. Grayscale: #4A4A4A. Windows color (decimal): -6741680 or 5251481. OLE color: 5251481.

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

Color convert

RGB 153 33 80 -
CMYK 0 0.78 0.48 0.4
HSL 336.5º 0.65% 0.36% -
HSV(B) 336.5º 0.78% 0.6% -
XYZ 15.13 8.44 8.42 -
YUV 74.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 153 33 80 0 0.78 0.48 0.4 336.5 0.65 0.36
Hex 99 21 50 0 4E 30 28 150 41 24
Octal 231 41 120 0 116 60 50 520 101 44
Binary 10011001 100001 1010000 0 1001110 110000 101000 101010000 1000001 100100

Color Harmonies of #992150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992150

Black with #992150

Text Example


Text Example

White with #992150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992150; }

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

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

background-color css

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

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

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

border-color css

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

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

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