#9C3250

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

Shades of Lipstick #9C3250

Tints of Lipstick #9C3250

Color information

#9C3250 (or 0x9C3250) is unknown color: approx Lipstick. HEX triplet: 9C, 32 and 50. RGB value is (156,50,80). Sum of RGB (Red+Green+Blue) = 156+50+80=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3250 is #63CDAF. Grayscale: #555555. Windows color (decimal): -6540720 or 5255836. OLE color: 5255836.

HSL color Cylindrical-coordinate representation of color #9C3250: hue angle of 343.02º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3250 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1565080-
CMYK00.680.490.39
HSL343.02º51.46%40.39%-
HSV(B)343.02º67.95%61.18%-
XYZ16.39.938.65-
YUV85.11125.12178.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.55%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=54.55%
G=17.48%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156508000.680.490.39343.0251.4640.39
Hex9C325004431271573328
Octal23462120010461475276350
Binary10011100110010101000001000100110001100111101010111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C3250; }

 p { color: rgb(156,50,80); }

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

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

 a { background-color: rgb(156,50,80); }

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

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

 span { border-color: rgb(156,50,80); }

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