#9B1953

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

Shades of Lipstick #9B1953

Tints of Lipstick #9B1953

Color information

#9B1953 (or 0x9B1953) is unknown color: approx Lipstick. HEX triplet: 9B, 19 and 53. RGB value is (155,25,83). Sum of RGB (Red+Green+Blue) = 155+25+83=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1953 is #64E6AC. Grayscale: #464646. Windows color (decimal): -6612653 or 5446043. OLE color: 5446043.

HSL color Cylindrical-coordinate representation of color #9B1953: hue angle of 333.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1953 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1552583-
CMYK00.840.460.39
HSL333.23º72.22%35.29%-
HSV(B)333.23º83.87%60.78%-
XYZ15.438.298.97-
YUV70.48135.07188.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 25 (10.16% from 255) = 9.51%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=58.94%
G=9.51%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155258300.840.460.39333.2372.2235.29
Hex9B19530542E2714d4823
Octal233311230124564751511043
Binary10011011110011010011010101001011101001111010011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,25,83); }

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

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

 a { background-color: rgb(155,25,83); }

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

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

 span { border-color: rgb(155,25,83); }

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