#9B2743

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

Shades of Lipstick #9B2743

Tints of Lipstick #9B2743

Color information

#9B2743 (or 0x9B2743) is unknown color: approx Lipstick. HEX triplet: 9B, 27 and 43. RGB value is (155,39,67). Sum of RGB (Red+Green+Blue) = 155+39+67=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2743 is #64D8BC. Grayscale: #4C4C4C. Windows color (decimal): -6609085 or 4401051. OLE color: 4401051.

HSL color Cylindrical-coordinate representation of color #9B2743: hue angle of 345.52º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2743 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB1553967-
CMYK00.750.570.39
HSL345.52º59.79%38.04%-
HSV(B)345.52º74.84%60.78%-
XYZ15.268.826.21-
YUV76.88122.43183.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.39%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 67 (26.56% from 255) = 25.67%
R=59.39%
G=14.94%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155396700.750.570.39345.5259.7938.04
Hex9B274304B392715a3c26
Octal23347103011371475327446
Binary10011011100111100001101001011111001100111101011010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,67); }

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

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

 a { background-color: rgb(155,39,67); }

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

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

 span { border-color: rgb(155,39,67); }

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