Html Css Color HEX #971140 Lipstick

📋 copy color: '#971140'

red 151 ◦ green 17 ◦ blue 64

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

Shades of Lipstick #971140

Tints of Lipstick #971140

RGB

 RED value IS 151 (59.38% from 255) = 65.09%

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 65.09%
G = 7.33%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#971140 (or 0x971140) is known color: Lipstick. HEX triplet: 97, 11 and 40. RGB value is (151,17,64). Sum of RGB (Red+Green+Blue) = 151+17+64=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #971140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971140 is #68EEBF. Grayscale: #3E3E3E. Windows color (decimal): -6876864 or 4198807. OLE color: 4198807.

HSL color Cylindrical-coordinate representation of color #971140: hue angle of 338.96º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971140 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 64 -
CMYK 0 0.89 0.58 0.41
HSL 338.96º 0.8% 0.33% -
HSV(B) 338.96º 0.89% 0.59% -
XYZ 13.89 7.35 5.54 -
YUV 62.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 151 17 64 0 0.89 0.58 0.41 338.96 0.8 0.33
Hex 97 11 40 0 59 3A 29 153 50 21
Octal 227 21 100 0 131 72 51 523 120 41
Binary 10010111 10001 1000000 0 1011001 111010 101001 101010011 1010000 100001

Color Harmonies of #971140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971140

Black with #971140

Text Example


Text Example

White with #971140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971140; }

 p { color: rgb(151,17,64); }

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

background-color css

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

 a { background-color: rgb(151,17,64); }

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

border-color css

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

 span { border-color: rgb(151,17,64); }

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