Html Css Color HEX #972349 Lipstick

📋 copy color: '#972349'

red 151 ◦ green 35 ◦ blue 73

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

Shades of Lipstick #972349

Tints of Lipstick #972349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 58.3%
G = 13.51%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#972349 (or 0x972349) is known color: Lipstick. HEX triplet: 97, 23 and 49. RGB value is (151,35,73). Sum of RGB (Red+Green+Blue) = 151+35+73=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #972349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972349 is #68DCB6. Grayscale: #494949. Windows color (decimal): -6872247 or 4793239. OLE color: 4793239.

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

Color convert

RGB 151 35 73 -
CMYK 0 0.77 0.52 0.41
HSL 340.34º 0.62% 0.36% -
HSV(B) 340.34º 0.77% 0.59% -
XYZ 14.57 8.26 7.13 -
YUV 74.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 151 35 73 0 0.77 0.52 0.41 340.34 0.62 0.36
Hex 97 23 49 0 4D 34 29 154 3E 24
Octal 227 43 111 0 115 64 51 524 76 44
Binary 10010111 100011 1001001 0 1001101 110100 101001 101010100 111110 100100

Color Harmonies of #972349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972349

Black with #972349

Text Example


Text Example

White with #972349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972349; }

 p { color: rgb(151,35,73); }

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

background-color css

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

 a { background-color: rgb(151,35,73); }

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

border-color css

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

 span { border-color: rgb(151,35,73); }

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