Html Css Color HEX #991041 Lipstick

📋 copy color: '#991041'

red 153 ◦ green 16 ◦ blue 65

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

Shades of Lipstick #991041

Tints of Lipstick #991041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

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

R = 65.38%
G = 6.84%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#991041 (or 0x991041) is known color: Lipstick. HEX triplet: 99, 10 and 41. RGB value is (153,16,65). Sum of RGB (Red+Green+Blue) = 153+16+65=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #991041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991041 is #66EFBE. Grayscale: #3E3E3E. Windows color (decimal): -6746047 or 4264089. OLE color: 4264089.

HSL color Cylindrical-coordinate representation of color #991041: hue angle of 338.54º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991041 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 65 -
CMYK 0 0.90 0.58 0.4
HSL 338.54º 0.81% 0.33% -
HSV(B) 338.54º 0.9% 0.6% -
XYZ 14.28 7.52 5.7 -
YUV 62.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 153 16 65 0 0.90 0.58 0.4 338.54 0.81 0.33
Hex 99 10 41 0 5A 3A 28 153 51 21
Octal 231 20 101 0 132 72 50 523 121 41
Binary 10011001 10000 1000001 0 1011010 111010 101000 101010011 1010001 100001

Color Harmonies of #991041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991041

Black with #991041

Text Example


Text Example

White with #991041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991041; }

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

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

background-color css

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

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

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

border-color css

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

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

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