Html Css Color HEX #991B3F Lipstick

📋 copy color: '#991B3F'

red 153 ◦ green 27 ◦ blue 63

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

Shades of Lipstick #991B3F

Tints of Lipstick #991B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.93%

R = 62.96%
G = 11.11%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#991B3F (or 0x991B3F) is known color: Lipstick. HEX triplet: 99, 1B and 3F. RGB value is (153,27,63). Sum of RGB (Red+Green+Blue) = 153+27+63=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #991B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B3F is #66E4C0. Grayscale: #444444. Windows color (decimal): -6743233 or 4135833. OLE color: 4135833.

HSL color Cylindrical-coordinate representation of color #991B3F: hue angle of 342.86º 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 #991B3F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 27 63 -
CMYK 0 0.82 0.59 0.4
HSL 342.86º 0.7% 0.35% -
HSV(B) 342.86º 0.82% 0.6% -
XYZ 14.43 7.92 5.47 -
YUV 68.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 153 27 63 0 0.82 0.59 0.4 342.86 0.7 0.35
Hex 99 1B 3F 0 52 3B 28 157 46 23
Octal 231 33 77 0 122 73 50 527 106 43
Binary 10011001 11011 111111 0 1010010 111011 101000 101010111 1000110 100011

Color Harmonies of #991B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B3F

Black with #991B3F

Text Example


Text Example

White with #991B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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