Html Css Color HEX #973049 Lipstick

📋 copy color: '#973049'

red 151 ◦ green 48 ◦ blue 73

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

Shades of Lipstick #973049

Tints of Lipstick #973049

RGB

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

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

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

R = 55.51%
G = 17.65%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#973049 (or 0x973049) is known color: Lipstick. HEX triplet: 97, 30 and 49. RGB value is (151,48,73). Sum of RGB (Red+Green+Blue) = 151+48+73=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #973049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973049 is #68CFB6. Grayscale: #515151. Windows color (decimal): -6868919 or 4796567. OLE color: 4796567.

HSL color Cylindrical-coordinate representation of color #973049: hue angle of 345.44º 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 #973049 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 48 73 -
CMYK 0 0.68 0.52 0.41
HSL 345.44º 0.52% 0.39% -
HSV(B) 345.44º 0.68% 0.59% -
XYZ 15.02 9.17 7.28 -
YUV 81.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 151 48 73 0 0.68 0.52 0.41 345.44 0.52 0.39
Hex 97 30 49 0 44 34 29 159 34 27
Octal 227 60 111 0 104 64 51 531 64 47
Binary 10010111 110000 1001001 0 1000100 110100 101001 101011001 110100 100111

Color Harmonies of #973049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973049

Black with #973049

Text Example


Text Example

White with #973049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973049; }

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

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

background-color css

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

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

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

border-color css

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

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

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