Html Css Color HEX #991742 Lipstick

📋 copy color: '#991742'

red 153 ◦ green 23 ◦ blue 66

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

Shades of Lipstick #991742

Tints of Lipstick #991742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 63.22%
G = 9.5%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#991742 (or 0x991742) is known color: Lipstick. HEX triplet: 99, 17 and 42. RGB value is (153,23,66). Sum of RGB (Red+Green+Blue) = 153+23+66=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #991742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991742 is #66E8BD. Grayscale: #424242. Windows color (decimal): -6744254 or 4331417. OLE color: 4331417.

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

Color convert

RGB 153 23 66 -
CMYK 0 0.85 0.57 0.4
HSL 340.15º 0.74% 0.35% -
HSV(B) 340.15º 0.85% 0.6% -
XYZ 14.43 7.78 5.9 -
YUV 66.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 153 23 66 0 0.85 0.57 0.4 340.15 0.74 0.35
Hex 99 17 42 0 55 39 28 154 4A 23
Octal 231 27 102 0 125 71 50 524 112 43
Binary 10011001 10111 1000010 0 1010101 111001 101000 101010100 1001010 100011

Color Harmonies of #991742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991742

Black with #991742

Text Example


Text Example

White with #991742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991742; }

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

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

background-color css

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

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

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

border-color css

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

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

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