Html Css Color HEX #992041 Lipstick

📋 copy color: '#992041'

red 153 ◦ green 32 ◦ blue 65

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

Shades of Lipstick #992041

Tints of Lipstick #992041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 61.2%
G = 12.8%
B = 26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#992041 (or 0x992041) is known color: Lipstick. HEX triplet: 99, 20 and 41. RGB value is (153,32,65). Sum of RGB (Red+Green+Blue) = 153+32+65=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #992041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992041 is #66DFBE. Grayscale: #474747. Windows color (decimal): -6741951 or 4268185. OLE color: 4268185.

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

Color convert

RGB 153 32 65 -
CMYK 0 0.79 0.58 0.4
HSL 343.64º 0.65% 0.36% -
HSV(B) 343.64º 0.79% 0.6% -
XYZ 14.61 8.19 5.81 -
YUV 71.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 153 32 65 0 0.79 0.58 0.4 343.64 0.65 0.36
Hex 99 20 41 0 4F 3A 28 158 41 24
Octal 231 40 101 0 117 72 50 530 101 44
Binary 10011001 100000 1000001 0 1001111 111010 101000 101011000 1000001 100100

Color Harmonies of #992041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992041

Black with #992041

Text Example


Text Example

White with #992041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992041; }

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

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

background-color css

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

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

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

border-color css

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

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

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