#973856

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

Shades of Lipstick #973856

Tints of Lipstick #973856

Color information

#973856 (or 0x973856) is unknown color: approx Lipstick. HEX triplet: 97, 38 and 56. RGB value is (151,56,86). Sum of RGB (Red+Green+Blue) = 151+56+86=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #973856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973856 is #68C7A9. Grayscale: #575757. Windows color (decimal): -6866858 or 5650583. OLE color: 5650583.

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

Color convert

RGB1515686-
CMYK00.630.430.41
HSL341.05º45.89%40.59%-
HSV(B)341.05º62.91%59.22%-
XYZ15.8610.089.91-
YUV87.82126.97173.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=51.54%
G=19.11%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151568600.630.430.41341.0545.8940.59
Hex97385603F2B291552e29
Octal2277012607753515255651
Binary1001011111100010101100111111101011101001101010101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973856; }

 p { color: rgb(151,56,86); }

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

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

 a { background-color: rgb(151,56,86); }

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

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

 span { border-color: rgb(151,56,86); }

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