Html Css Color HEX #973561 Lipstick

📋 copy color: '#973561'

red 151 ◦ green 53 ◦ blue 97

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

Shades of Lipstick #973561

Tints of Lipstick #973561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 50.17%
G = 17.61%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#973561 (or 0x973561) is known color: Lipstick. HEX triplet: 97, 35 and 61. RGB value is (151,53,97). Sum of RGB (Red+Green+Blue) = 151+53+97=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #973561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973561 is #68CA9E. Grayscale: #575757. Windows color (decimal): -6867615 or 6370711. OLE color: 6370711.

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

Color convert

RGB 151 53 97 -
CMYK 0 0.65 0.36 0.41
HSL 333.06º 0.48% 0.4% -
HSV(B) 333.06º 0.65% 0.59% -
XYZ 16.19 9.99 12.38 -
YUV 87.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 151 53 97 0 0.65 0.36 0.41 333.06 0.48 0.4
Hex 97 35 61 0 41 24 29 14D 30 28
Octal 227 65 141 0 101 44 51 515 60 50
Binary 10010111 110101 1100001 0 1000001 100100 101001 101001101 110000 101000

Color Harmonies of #973561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973561

Black with #973561

Text Example


Text Example

White with #973561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973561; }

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

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

background-color css

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

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

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

border-color css

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

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

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