Html Css Color HEX #992141 Lipstick

📋 copy color: '#992141'

red 153 ◦ green 33 ◦ blue 65

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

Shades of Lipstick #992141

Tints of Lipstick #992141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 60.96%
G = 13.15%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#992141 (or 0x992141) is known color: Lipstick. HEX triplet: 99, 21 and 41. RGB value is (153,33,65). Sum of RGB (Red+Green+Blue) = 153+33+65=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #992141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992141 is #66DEBE. Grayscale: #484848. Windows color (decimal): -6741695 or 4268441. OLE color: 4268441.

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

Color convert

RGB 153 33 65 -
CMYK 0 0.78 0.58 0.4
HSL 344º 0.65% 0.36% -
HSV(B) 344º 0.78% 0.6% -
XYZ 14.63 8.24 5.82 -
YUV 72.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 153 33 65 0 0.78 0.58 0.4 344 0.65 0.36
Hex 99 21 41 0 4E 3A 28 158 41 24
Octal 231 41 101 0 116 72 50 530 101 44
Binary 10011001 100001 1000001 0 1001110 111010 101000 101011000 1000001 100100

Color Harmonies of #992141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992141

Black with #992141

Text Example


Text Example

White with #992141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992141; }

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

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

background-color css

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

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

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

border-color css

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

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

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