Html Css Color HEX #991840 Lipstick

📋 copy color: '#991840'

red 153 ◦ green 24 ◦ blue 64

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

Shades of Lipstick #991840

Tints of Lipstick #991840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 63.49%
G = 9.96%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#991840 (or 0x991840) is known color: Lipstick. HEX triplet: 99, 18 and 40. RGB value is (153,24,64). Sum of RGB (Red+Green+Blue) = 153+24+64=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #991840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991840 is #66E7BF. Grayscale: #434343. Windows color (decimal): -6744000 or 4200601. OLE color: 4200601.

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

Color convert

RGB 153 24 64 -
CMYK 0 0.84 0.58 0.4
HSL 341.4º 0.73% 0.35% -
HSV(B) 341.4º 0.84% 0.6% -
XYZ 14.39 7.8 5.6 -
YUV 67.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 153 24 64 0 0.84 0.58 0.4 341.4 0.73 0.35
Hex 99 18 40 0 54 3A 28 155 49 23
Octal 231 30 100 0 124 72 50 525 111 43
Binary 10011001 11000 1000000 0 1010100 111010 101000 101010101 1001001 100011

Color Harmonies of #991840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991840

Black with #991840

Text Example


Text Example

White with #991840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991840; }

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

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

background-color css

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

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

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

border-color css

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

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

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