Html Css Color HEX #973060 Lipstick

📋 copy color: '#973060'

red 151 ◦ green 48 ◦ blue 96

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

Shades of Lipstick #973060

Tints of Lipstick #973060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 51.19%
G = 16.27%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#973060 (or 0x973060) is known color: Lipstick. HEX triplet: 97, 30 and 60. RGB value is (151,48,96). Sum of RGB (Red+Green+Blue) = 151+48+96=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #973060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973060 is #68CF9F. Grayscale: #545454. Windows color (decimal): -6868896 or 6303895. OLE color: 6303895.

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

Color convert

RGB 151 48 96 -
CMYK 0 0.68 0.36 0.41
HSL 332.04º 0.52% 0.39% -
HSV(B) 332.04º 0.68% 0.59% -
XYZ 15.93 9.54 12.07 -
YUV 84.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 151 48 96 0 0.68 0.36 0.41 332.04 0.52 0.39
Hex 97 30 60 0 44 24 29 14C 34 27
Octal 227 60 140 0 104 44 51 514 64 47
Binary 10010111 110000 1100000 0 1000100 100100 101001 101001100 110100 100111

Color Harmonies of #973060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973060

Black with #973060

Text Example


Text Example

White with #973060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973060; }

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

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

background-color css

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

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

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

border-color css

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

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

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