Html Css Color HEX #973048 Lipstick

📋 copy color: '#973048'

red 151 ◦ green 48 ◦ blue 72

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

Shades of Lipstick #973048

Tints of Lipstick #973048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 55.72%
G = 17.71%
B = 26.57%

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

#973048 (or 0x973048) is known color: Lipstick. HEX triplet: 97, 30 and 48. RGB value is (151,48,72). Sum of RGB (Red+Green+Blue) = 151+48+72=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #973048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973048 is #68CFB7. Grayscale: #515151. Windows color (decimal): -6868920 or 4731031. OLE color: 4731031.

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

Color convert

RGB 151 48 72 -
CMYK 0 0.68 0.52 0.41
HSL 346.02º 0.52% 0.39% -
HSV(B) 346.02º 0.68% 0.59% -
XYZ 14.99 9.16 7.11 -
YUV 81.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 151 48 72 0 0.68 0.52 0.41 346.02 0.52 0.39
Hex 97 30 48 0 44 34 29 15A 34 27
Octal 227 60 110 0 104 64 51 532 64 47
Binary 10010111 110000 1001000 0 1000100 110100 101001 101011010 110100 100111

Color Harmonies of #973048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973048

Black with #973048

Text Example


Text Example

White with #973048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973048; }

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

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

background-color css

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

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

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

border-color css

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

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

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