Html Css Color HEX #972961 Lipstick

📋 copy color: '#972961'

red 151 ◦ green 41 ◦ blue 97

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

Shades of Lipstick #972961

Tints of Lipstick #972961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 97 (38.28% from 255) = 33.56%

R = 52.25%
G = 14.19%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#972961 (or 0x972961) is known color: Lipstick. HEX triplet: 97, 29 and 61. RGB value is (151,41,97). Sum of RGB (Red+Green+Blue) = 151+41+97=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #972961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972961 is #68D69E. Grayscale: #505050. Windows color (decimal): -6870687 or 6367639. OLE color: 6367639.

HSL color Cylindrical-coordinate representation of color #972961: hue angle of 329.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972961 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 41 97 -
CMYK 0 0.73 0.36 0.41
HSL 329.45º 0.57% 0.38% -
HSV(B) 329.45º 0.73% 0.59% -
XYZ 15.71 9.03 12.22 -
YUV 80.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 151 41 97 0 0.73 0.36 0.41 329.45 0.57 0.38
Hex 97 29 61 0 49 24 29 149 39 26
Octal 227 51 141 0 111 44 51 511 71 46
Binary 10010111 101001 1100001 0 1001001 100100 101001 101001001 111001 100110

Color Harmonies of #972961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972961

Black with #972961

Text Example


Text Example

White with #972961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972961; }

 p { color: rgb(151,41,97); }

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

background-color css

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

 a { background-color: rgb(151,41,97); }

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

border-color css

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

 span { border-color: rgb(151,41,97); }

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