Html Css Color HEX #991B46 Lipstick

📋 copy color: '#991B46'

red 153 ◦ green 27 ◦ blue 70

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

Shades of Lipstick #991B46

Tints of Lipstick #991B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.8%

 BLUE value IS 70 (27.73% from 255) = 28%

R = 61.2%
G = 10.8%
B = 28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#991B46 (or 0x991B46) is known color: Lipstick. HEX triplet: 99, 1B and 46. RGB value is (153,27,70). Sum of RGB (Red+Green+Blue) = 153+27+70=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #991B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B46 is #66E4B9. Grayscale: #454545. Windows color (decimal): -6743226 or 4594585. OLE color: 4594585.

HSL color Cylindrical-coordinate representation of color #991B46: hue angle of 339.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B46 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 27 70 -
CMYK 0 0.82 0.54 0.4
HSL 339.52º 0.7% 0.35% -
HSV(B) 339.52º 0.82% 0.6% -
XYZ 14.63 8 6.57 -
YUV 69.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 153 27 70 0 0.82 0.54 0.4 339.52 0.7 0.35
Hex 99 1B 46 0 52 36 28 154 46 23
Octal 231 33 106 0 122 66 50 524 106 43
Binary 10011001 11011 1000110 0 1010010 110110 101000 101010100 1000110 100011

Color Harmonies of #991B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B46

Black with #991B46

Text Example


Text Example

White with #991B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991B46; }

 p { color: rgb(153,27,70); }

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

background-color css

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

 a { background-color: rgb(153,27,70); }

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

border-color css

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

 span { border-color: rgb(153,27,70); }

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