Html Css Color HEX #971D46 Lipstick

📋 copy color: '#971D46'

red 151 ◦ green 29 ◦ blue 70

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

Shades of Lipstick #971D46

Tints of Lipstick #971D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

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

R = 60.4%
G = 11.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#971D46 (or 0x971D46) is known color: Lipstick. HEX triplet: 97, 1D and 46. RGB value is (151,29,70). Sum of RGB (Red+Green+Blue) = 151+29+70=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #971D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D46 is #68E2B9. Grayscale: #464646. Windows color (decimal): -6873786 or 4595095. OLE color: 4595095.

HSL color Cylindrical-coordinate representation of color #971D46: hue angle of 339.84º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D46 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 29 70 -
CMYK 0 0.81 0.54 0.41
HSL 339.84º 0.68% 0.35% -
HSV(B) 339.84º 0.81% 0.59% -
XYZ 14.31 7.9 6.57 -
YUV 70.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 151 29 70 0 0.81 0.54 0.41 339.84 0.68 0.35
Hex 97 1D 46 0 51 36 29 154 44 23
Octal 227 35 106 0 121 66 51 524 104 43
Binary 10010111 11101 1000110 0 1010001 110110 101001 101010100 1000100 100011

Color Harmonies of #971D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D46

Black with #971D46

Text Example


Text Example

White with #971D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971D46; }

 p { color: rgb(151,29,70); }

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

background-color css

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

 a { background-color: rgb(151,29,70); }

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

border-color css

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

 span { border-color: rgb(151,29,70); }

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