Html Css Color HEX #991741 Lipstick

📋 copy color: '#991741'

red 153 ◦ green 23 ◦ blue 65

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

Shades of Lipstick #991741

Tints of Lipstick #991741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

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

R = 63.49%
G = 9.54%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#991741 (or 0x991741) is known color: Lipstick. HEX triplet: 99, 17 and 41. RGB value is (153,23,65). Sum of RGB (Red+Green+Blue) = 153+23+65=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #991741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991741 is #66E8BE. Grayscale: #424242. Windows color (decimal): -6744255 or 4265881. OLE color: 4265881.

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

Color convert

RGB 153 23 65 -
CMYK 0 0.85 0.58 0.4
HSL 340.62º 0.74% 0.35% -
HSV(B) 340.62º 0.85% 0.6% -
XYZ 14.4 7.77 5.74 -
YUV 66.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 153 23 65 0 0.85 0.58 0.4 340.62 0.74 0.35
Hex 99 17 41 0 55 3A 28 155 4A 23
Octal 231 27 101 0 125 72 50 525 112 43
Binary 10011001 10111 1000001 0 1010101 111010 101000 101010101 1001010 100011

Color Harmonies of #991741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991741

Black with #991741

Text Example


Text Example

White with #991741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991741; }

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

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

background-color css

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

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

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

border-color css

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

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

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