Html Css Color HEX #972B68 Lipstick

📋 copy color: '#972B68'

red 151 ◦ green 43 ◦ blue 104

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

Shades of Lipstick #972B68

Tints of Lipstick #972B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 50.67%
G = 14.43%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#972B68 (or 0x972B68) is known color: Lipstick. HEX triplet: 97, 2B and 68. RGB value is (151,43,104). Sum of RGB (Red+Green+Blue) = 151+43+104=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #972B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972B68 is #68D497. Grayscale: #525252. Windows color (decimal): -6870168 or 6826903. OLE color: 6826903.

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

Color convert

RGB 151 43 104 -
CMYK 0 0.72 0.31 0.41
HSL 326.11º 0.56% 0.38% -
HSV(B) 326.11º 0.72% 0.59% -
XYZ 16.13 9.31 14.04 -
YUV 82.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 151 43 104 0 0.72 0.31 0.41 326.11 0.56 0.38
Hex 97 2B 68 0 48 1F 29 146 38 26
Octal 227 53 150 0 110 37 51 506 70 46
Binary 10010111 101011 1101000 0 1001000 11111 101001 101000110 111000 100110

Color Harmonies of #972B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972B68

Black with #972B68

Text Example


Text Example

White with #972B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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