Html Css Color HEX #973961 Lipstick

📋 copy color: '#973961'

red 151 ◦ green 57 ◦ blue 97

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

Shades of Lipstick #973961

Tints of Lipstick #973961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

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

R = 49.51%
G = 18.69%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#973961 (or 0x973961) is known color: Lipstick. HEX triplet: 97, 39 and 61. RGB value is (151,57,97). Sum of RGB (Red+Green+Blue) = 151+57+97=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #973961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973961 is #68C69E. Grayscale: #595959. Windows color (decimal): -6866591 or 6371735. OLE color: 6371735.

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

Color convert

RGB 151 57 97 -
CMYK 0 0.62 0.36 0.41
HSL 334.47º 0.45% 0.41% -
HSV(B) 334.47º 0.62% 0.59% -
XYZ 16.38 10.37 12.45 -
YUV 89.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 151 57 97 0 0.62 0.36 0.41 334.47 0.45 0.41
Hex 97 39 61 0 3E 24 29 14E 2D 29
Octal 227 71 141 0 76 44 51 516 55 51
Binary 10010111 111001 1100001 0 111110 100100 101001 101001110 101101 101001

Color Harmonies of #973961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973961

Black with #973961

Text Example


Text Example

White with #973961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973961; }

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

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

background-color css

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

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

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

border-color css

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

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

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