#9C225B

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

Shades of Lipstick #9C225B

Tints of Lipstick #9C225B

Color information

#9C225B (or 0x9C225B) is unknown color: approx Lipstick. HEX triplet: 9C, 22 and 5B. RGB value is (156,34,91). Sum of RGB (Red+Green+Blue) = 156+34+91=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C225B is #63DDA4. Grayscale: #4C4C4C. Windows color (decimal): -6544805 or 5972636. OLE color: 5972636.

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

Color convert

RGB1563491-
CMYK00.780.420.39
HSL331.97º64.21%37.25%-
HSV(B)331.97º78.21%61.18%-
XYZ16.178.9710.78-
YUV76.98135.92184.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 34 (13.67% from 255) = 12.10%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=55.52%
G=12.10%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156349100.780.420.39331.9764.2137.25
Hex9C225B04E2A2714c4025
Octal234421330116524751410045
Binary100111001000101011011010011101010101001111010011001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,34,91); }

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

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

 a { background-color: rgb(156,34,91); }

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

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

 span { border-color: rgb(156,34,91); }

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