#9C1F5A

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

Shades of Lipstick #9C1F5A

Tints of Lipstick #9C1F5A

Color information

#9C1F5A (or 0x9C1F5A) is unknown color: approx Lipstick. HEX triplet: 9C, 1F and 5A. RGB value is (156,31,90). Sum of RGB (Red+Green+Blue) = 156+31+90=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1F5A is #63E0A5. Grayscale: #4A4A4A. Windows color (decimal): -6545574 or 5906332. OLE color: 5906332.

HSL color Cylindrical-coordinate representation of color #9C1F5A: hue angle of 331.68º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F5A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1563190-
CMYK00.800.420.39
HSL331.68º66.84%36.67%-
HSV(B)331.68º80.13%61.18%-
XYZ16.058.7910.52-
YUV75.1136.41185.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.32%
GREEN value IS 31 (12.5% from 255) = 11.19%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=56.32%
G=11.19%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156319000.800.420.39331.6866.8436.67
Hex9C1F5A0502A2714c4325
Octal234371320120524751410345
Binary10011100111111011010010100001010101001111010011001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,31,90); }

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

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

 a { background-color: rgb(156,31,90); }

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

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

 span { border-color: rgb(156,31,90); }

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