Html Css Color HEX #971247 Lipstick

📋 copy color: '#971247'

red 151 ◦ green 18 ◦ blue 71

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

Shades of Lipstick #971247

Tints of Lipstick #971247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 62.92%
G = 7.5%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#971247 (or 0x971247) is known color: Lipstick. HEX triplet: 97, 12 and 47. RGB value is (151,18,71). Sum of RGB (Red+Green+Blue) = 151+18+71=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #971247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971247 is #68EDB8. Grayscale: #3F3F3F. Windows color (decimal): -6876601 or 4657815. OLE color: 4657815.

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

Color convert

RGB 151 18 71 -
CMYK 0 0.88 0.53 0.41
HSL 336.09º 0.79% 0.33% -
HSV(B) 336.09º 0.88% 0.59% -
XYZ 14.12 7.47 6.66 -
YUV 63.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 151 18 71 0 0.88 0.53 0.41 336.09 0.79 0.33
Hex 97 12 47 0 58 35 29 150 4F 21
Octal 227 22 107 0 130 65 51 520 117 41
Binary 10010111 10010 1000111 0 1011000 110101 101001 101010000 1001111 100001

Color Harmonies of #971247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971247

Black with #971247

Text Example


Text Example

White with #971247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971247; }

 p { color: rgb(151,18,71); }

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

background-color css

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

 a { background-color: rgb(151,18,71); }

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

border-color css

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

 span { border-color: rgb(151,18,71); }

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