#9C304B

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

Shades of Lipstick #9C304B

Tints of Lipstick #9C304B

Color information

#9C304B (or 0x9C304B) is unknown color: approx Lipstick. HEX triplet: 9C, 30 and 4B. RGB value is (156,48,75). Sum of RGB (Red+Green+Blue) = 156+48+75=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C304B is #63CFB4. Grayscale: #535353. Windows color (decimal): -6541237 or 4927644. OLE color: 4927644.

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

Color convert

RGB1564875-
CMYK00.690.520.39
HSL345º52.94%40%-
HSV(B)345º69.23%61.18%-
XYZ16.049.697.68-
YUV83.37123.28179.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=55.91%
G=17.20%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156487500.690.520.3934552.9440
Hex9C304B04534271593528
Octal23460113010564475316550
Binary10011100110000100101101000101110100100111101011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,48,75); }

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

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

 a { background-color: rgb(156,48,75); }

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

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

 span { border-color: rgb(156,48,75); }

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