#971B52

Color #971B52 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #971B52

Tints of Lipstick #971B52

Color information

#971B52 (or 0x971B52) is unknown color: approx Lipstick. HEX triplet: 97, 1B and 52. RGB value is (151,27,82). Sum of RGB (Red+Green+Blue) = 151+27+82=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #971B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B52 is #68E4AD. Grayscale: #464646. Windows color (decimal): -6874286 or 5381015. OLE color: 5381015.

HSL color Cylindrical-coordinate representation of color #971B52: hue angle of 333.39º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B52 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB1512782-
CMYK00.820.460.41
HSL333.39º69.66%34.9%-
HSV(B)333.39º82.12%59.22%-
XYZ14.687.978.75-
YUV70.35134.58185.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 27 (10.94% from 255) = 10.38%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=58.08%
G=10.38%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151278200.820.460.41333.3969.6634.9
Hex971B520522E2914d4623
Octal227331220122565151510643
Binary10010111110111010010010100101011101010011010011011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971B52; }

 p { color: rgb(151,27,82); }

 H1.HeaderClassName
 {
   color: #971B52;
 }
 .AnyTagClassName
 {
   color: #971B52;
 }
</style>
background-color css

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

 a { background-color: rgb(151,27,82); }

 div.DivClassName
 {
   background-color: #971B52;
 }
 .BgClassName
 {
   background-color: #971B52;
 }
</style>
border-color css

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

 span { border-color: rgb(151,27,82); }

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