Html Css Color HEX #991040 Lipstick

📋 copy color: '#991040'

red 153 ◦ green 16 ◦ blue 64

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

Shades of Lipstick #991040

Tints of Lipstick #991040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 65.67%
G = 6.87%
B = 27.47%

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

#991040 (or 0x991040) is known color: Lipstick. HEX triplet: 99, 10 and 40. RGB value is (153,16,64). Sum of RGB (Red+Green+Blue) = 153+16+64=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #991040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991040 is #66EFBF. Grayscale: #3E3E3E. Windows color (decimal): -6746048 or 4198553. OLE color: 4198553.

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

Color convert

RGB 153 16 64 -
CMYK 0 0.90 0.58 0.4
HSL 338.98º 0.81% 0.33% -
HSV(B) 338.98º 0.9% 0.6% -
XYZ 14.25 7.51 5.55 -
YUV 62.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 153 16 64 0 0.90 0.58 0.4 338.98 0.81 0.33
Hex 99 10 40 0 5A 3A 28 153 51 21
Octal 231 20 100 0 132 72 50 523 121 41
Binary 10011001 10000 1000000 0 1011010 111010 101000 101010011 1010001 100001

Color Harmonies of #991040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991040

Black with #991040

Text Example


Text Example

White with #991040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991040; }

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

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

background-color css

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

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

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

border-color css

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

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

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