#9B184A

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

Shades of Lipstick #9B184A

Tints of Lipstick #9B184A

Color information

#9B184A (or 0x9B184A) is unknown color: approx Lipstick. HEX triplet: 9B, 18 and 4A. RGB value is (155,24,74). Sum of RGB (Red+Green+Blue) = 155+24+74=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B184A is #64E7B5. Grayscale: #444444. Windows color (decimal): -6612918 or 4855963. OLE color: 4855963.

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

Color convert

RGB1552474-
CMYK00.850.520.39
HSL337.1º73.18%35.1%-
HSV(B)337.1º84.52%60.78%-
XYZ15.088.127.25-
YUV68.87130.9189.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=61.26%
G=9.49%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155247400.850.520.39337.173.1835.1
Hex9B184A05534271514923
Octal233301120125644752111143
Binary10011011110001001010010101011101001001111010100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,24,74); }

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

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

 a { background-color: rgb(155,24,74); }

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

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

 span { border-color: rgb(155,24,74); }

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