Html Css Color HEX #973960 Lipstick

📋 copy color: '#973960'

red 151 ◦ green 57 ◦ blue 96

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

Shades of Lipstick #973960

Tints of Lipstick #973960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 49.67%
G = 18.75%
B = 31.58%

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

#973960 (or 0x973960) is known color: Lipstick. HEX triplet: 97, 39 and 60. RGB value is (151,57,96). Sum of RGB (Red+Green+Blue) = 151+57+96=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #973960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973960 is #68C69F. Grayscale: #595959. Windows color (decimal): -6866592 or 6306199. OLE color: 6306199.

HSL color Cylindrical-coordinate representation of color #973960: hue angle of 335.11º 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 #973960 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 57 96 -
CMYK 0 0.62 0.36 0.41
HSL 335.11º 0.45% 0.41% -
HSV(B) 335.11º 0.62% 0.59% -
XYZ 16.34 10.35 12.2 -
YUV 89.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 151 57 96 0 0.62 0.36 0.41 335.11 0.45 0.41
Hex 97 39 60 0 3E 24 29 14F 2D 29
Octal 227 71 140 0 76 44 51 517 55 51
Binary 10010111 111001 1100000 0 111110 100100 101001 101001111 101101 101001

Color Harmonies of #973960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973960

Black with #973960

Text Example


Text Example

White with #973960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973960; }

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

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

background-color css

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

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

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

border-color css

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

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

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