Html Css Color HEX #991841 Lipstick

📋 copy color: '#991841'

red 153 ◦ green 24 ◦ blue 65

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

Shades of Lipstick #991841

Tints of Lipstick #991841

RGB

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

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

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

R = 63.22%
G = 9.92%
B = 26.86%

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

#991841 (or 0x991841) is known color: Lipstick. HEX triplet: 99, 18 and 41. RGB value is (153,24,65). Sum of RGB (Red+Green+Blue) = 153+24+65=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #991841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991841 is #66E7BE. Grayscale: #434343. Windows color (decimal): -6743999 or 4266137. OLE color: 4266137.

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

Color convert

RGB 153 24 65 -
CMYK 0 0.84 0.58 0.4
HSL 340.93º 0.73% 0.35% -
HSV(B) 340.93º 0.84% 0.6% -
XYZ 14.42 7.81 5.75 -
YUV 67.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 153 24 65 0 0.84 0.58 0.4 340.93 0.73 0.35
Hex 99 18 41 0 54 3A 28 155 49 23
Octal 231 30 101 0 124 72 50 525 111 43
Binary 10011001 11000 1000001 0 1010100 111010 101000 101010101 1001001 100011

Color Harmonies of #991841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991841

Black with #991841

Text Example


Text Example

White with #991841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991841; }

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

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

background-color css

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

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

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

border-color css

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

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

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