Html Css Color HEX #972550 Lipstick

📋 copy color: '#972550'

red 151 ◦ green 37 ◦ blue 80

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

Shades of Lipstick #972550

Tints of Lipstick #972550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 56.34%
G = 13.81%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#972550 (or 0x972550) is known color: Lipstick. HEX triplet: 97, 25 and 50. RGB value is (151,37,80). Sum of RGB (Red+Green+Blue) = 151+37+80=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #972550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972550 is #68DAAF. Grayscale: #4B4B4B. Windows color (decimal): -6871728 or 5252503. OLE color: 5252503.

HSL color Cylindrical-coordinate representation of color #972550: hue angle of 337.37º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972550 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 37 80 -
CMYK 0 0.75 0.47 0.41
HSL 337.37º 0.61% 0.37% -
HSV(B) 337.37º 0.75% 0.59% -
XYZ 14.87 8.48 8.44 -
YUV 75.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 151 37 80 0 0.75 0.47 0.41 337.37 0.61 0.37
Hex 97 25 50 0 4B 2F 29 151 3D 25
Octal 227 45 120 0 113 57 51 521 75 45
Binary 10010111 100101 1010000 0 1001011 101111 101001 101010001 111101 100101

Color Harmonies of #972550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972550

Black with #972550

Text Example


Text Example

White with #972550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972550; }

 p { color: rgb(151,37,80); }

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

background-color css

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

 a { background-color: rgb(151,37,80); }

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

border-color css

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

 span { border-color: rgb(151,37,80); }

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