#973256

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

Shades of Lipstick #973256

Tints of Lipstick #973256

Color information

#973256 (or 0x973256) is unknown color: approx Lipstick. HEX triplet: 97, 32 and 56. RGB value is (151,50,86). Sum of RGB (Red+Green+Blue) = 151+50+86=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #973256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973256 is #68CDA9. Grayscale: #545454. Windows color (decimal): -6868394 or 5649047. OLE color: 5649047.

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

Color convert

RGB1515086-
CMYK00.670.430.41
HSL338.61º50.25%39.41%-
HSV(B)338.61º66.89%59.22%-
XYZ15.589.539.82-
YUV84.3128.96175.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=52.61%
G=17.42%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151508600.670.430.41338.6150.2539.41
Hex9732560432B291533227
Octal22762126010353515236247
Binary10010111110010101011001000011101011101001101010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973256; }

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

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

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

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

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

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

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

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