Html Css Color HEX #972559 Lipstick

📋 copy color: '#972559'

red 151 ◦ green 37 ◦ blue 89

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

Shades of Lipstick #972559

Tints of Lipstick #972559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 54.51%
G = 13.36%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#972559 (or 0x972559) is known color: Lipstick. HEX triplet: 97, 25 and 59. RGB value is (151,37,89). Sum of RGB (Red+Green+Blue) = 151+37+89=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #972559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972559 is #68DAA6. Grayscale: #4C4C4C. Windows color (decimal): -6871719 or 5842327. OLE color: 5842327.

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

Color convert

RGB 151 37 89 -
CMYK 0 0.75 0.41 0.41
HSL 332.63º 0.61% 0.37% -
HSV(B) 332.63º 0.75% 0.59% -
XYZ 15.23 8.62 10.31 -
YUV 77.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 151 37 89 0 0.75 0.41 0.41 332.63 0.61 0.37
Hex 97 25 59 0 4B 29 29 14D 3D 25
Octal 227 45 131 0 113 51 51 515 75 45
Binary 10010111 100101 1011001 0 1001011 101001 101001 101001101 111101 100101

Color Harmonies of #972559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972559

Black with #972559

Text Example


Text Example

White with #972559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972559; }

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

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

background-color css

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

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

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

border-color css

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

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

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