Html Css Color HEX #973047 Lipstick

📋 copy color: '#973047'

red 151 ◦ green 48 ◦ blue 71

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

Shades of Lipstick #973047

Tints of Lipstick #973047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 55.93%
G = 17.78%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#973047 (or 0x973047) is known color: Lipstick. HEX triplet: 97, 30 and 47. RGB value is (151,48,71). Sum of RGB (Red+Green+Blue) = 151+48+71=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #973047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973047 is #68CFB8. Grayscale: #515151. Windows color (decimal): -6868921 or 4665495. OLE color: 4665495.

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

Color convert

RGB 151 48 71 -
CMYK 0 0.68 0.53 0.41
HSL 346.6º 0.52% 0.39% -
HSV(B) 346.6º 0.68% 0.59% -
XYZ 14.96 9.15 6.94 -
YUV 81.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 151 48 71 0 0.68 0.53 0.41 346.6 0.52 0.39
Hex 97 30 47 0 44 35 29 15B 34 27
Octal 227 60 107 0 104 65 51 533 64 47
Binary 10010111 110000 1000111 0 1000100 110101 101001 101011011 110100 100111

Color Harmonies of #973047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973047

Black with #973047

Text Example


Text Example

White with #973047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973047; }

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

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

background-color css

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

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

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

border-color css

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

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

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