#971C43

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

Shades of Lipstick #971C43

Tints of Lipstick #971C43

Color information

#971C43 (or 0x971C43) is unknown color: approx Lipstick. HEX triplet: 97, 1C and 43. RGB value is (151,28,67). Sum of RGB (Red+Green+Blue) = 151+28+67=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #971C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C43 is #68E3BC. Grayscale: #454545. Windows color (decimal): -6874045 or 4398231. OLE color: 4398231.

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

Color convert

RGB1512867-
CMYK00.810.560.41
HSL340.98º68.72%35.1%-
HSV(B)340.98º81.46%59.22%-
XYZ14.197.826.07-
YUV69.22126.75186.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.38%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=61.38%
G=11.38%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151286700.810.560.41340.9868.7235.1
Hex971C4305138291554523
Octal227341030121705152510543
Binary10010111111001000011010100011110001010011010101011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,28,67); }

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

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

 a { background-color: rgb(151,28,67); }

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

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

 span { border-color: rgb(151,28,67); }

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