Html Css Color HEX #972B63 Lipstick

📋 copy color: '#972B63'

red 151 ◦ green 43 ◦ blue 99

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

Shades of Lipstick #972B63

Tints of Lipstick #972B63

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 51.54%
G = 14.68%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#972B63 (or 0x972B63) is known color: Lipstick. HEX triplet: 97, 2B and 63. RGB value is (151,43,99). Sum of RGB (Red+Green+Blue) = 151+43+99=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #972B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972B63 is #68D49C. Grayscale: #515151. Windows color (decimal): -6870173 or 6499223. OLE color: 6499223.

HSL color Cylindrical-coordinate representation of color #972B63: hue angle of 328.89º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972B63 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 43 99 -
CMYK 0 0.72 0.34 0.41
HSL 328.89º 0.56% 0.38% -
HSV(B) 328.89º 0.72% 0.59% -
XYZ 15.88 9.21 12.74 -
YUV 81.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 151 43 99 0 0.72 0.34 0.41 328.89 0.56 0.38
Hex 97 2B 63 0 48 22 29 149 38 26
Octal 227 53 143 0 110 42 51 511 70 46
Binary 10010111 101011 1100011 0 1001000 100010 101001 101001001 111000 100110

Color Harmonies of #972B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972B63

Black with #972B63

Text Example


Text Example

White with #972B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972B63; }

 p { color: rgb(151,43,99); }

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

background-color css

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

 a { background-color: rgb(151,43,99); }

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

border-color css

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

 span { border-color: rgb(151,43,99); }

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