#973359

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

Shades of Lipstick #973359

Tints of Lipstick #973359

Color information

#973359 (or 0x973359) is unknown color: approx Lipstick. HEX triplet: 97, 33 and 59. RGB value is (151,51,89). Sum of RGB (Red+Green+Blue) = 151+51+89=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #973359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973359 is #68CCA6. Grayscale: #555555. Windows color (decimal): -6868135 or 5845911. OLE color: 5845911.

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

Color convert

RGB1515189-
CMYK00.660.410.41
HSL337.2º49.5%39.61%-
HSV(B)337.2º66.23%59.22%-
XYZ15.759.6710.49-
YUV85.23130.13174.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.89%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=51.89%
G=17.53%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151518900.660.410.41337.249.539.61
Hex97335904229291513228
Octal22763131010251515216250
Binary10010111110011101100101000010101001101001101010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973359; }

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

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

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

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

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

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

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

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