Html Css Color HEX #973959 Lipstick

📋 copy color: '#973959'

red 151 ◦ green 57 ◦ blue 89

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

Shades of Lipstick #973959

Tints of Lipstick #973959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 50.84%
G = 19.19%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#973959 (or 0x973959) is known color: Lipstick. HEX triplet: 97, 39 and 59. RGB value is (151,57,89). Sum of RGB (Red+Green+Blue) = 151+57+89=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #973959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973959 is #68C6A6. Grayscale: #585858. Windows color (decimal): -6866599 or 5847447. OLE color: 5847447.

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

Color convert

RGB 151 57 89 -
CMYK 0 0.62 0.41 0.41
HSL 339.57º 0.45% 0.41% -
HSV(B) 339.57º 0.62% 0.59% -
XYZ 16.03 10.23 10.58 -
YUV 88.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 151 57 89 0 0.62 0.41 0.41 339.57 0.45 0.41
Hex 97 39 59 0 3E 29 29 154 2D 29
Octal 227 71 131 0 76 51 51 524 55 51
Binary 10010111 111001 1011001 0 111110 101001 101001 101010100 101101 101001

Color Harmonies of #973959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973959

Black with #973959

Text Example


Text Example

White with #973959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973959; }

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

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

background-color css

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

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

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

border-color css

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

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

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