#9B314F

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

Shades of Lipstick #9B314F

Tints of Lipstick #9B314F

Color information

#9B314F (or 0x9B314F) is unknown color: approx Lipstick. HEX triplet: 9B, 31 and 4F. RGB value is (155,49,79). Sum of RGB (Red+Green+Blue) = 155+49+79=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B314F is #64CEB0. Grayscale: #545454. Windows color (decimal): -6606513 or 5190043. OLE color: 5190043.

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

Color convert

RGB1554979-
CMYK00.680.490.39
HSL343.02º51.96%40%-
HSV(B)343.02º68.39%60.78%-
XYZ16.039.738.43-
YUV84.11125.12178.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=54.77%
G=17.31%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155497900.680.490.39343.0251.9640
Hex9B314F04431271573428
Octal23361117010461475276450
Binary10011011110001100111101000100110001100111101010111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,49,79); }

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

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

 a { background-color: rgb(155,49,79); }

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

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

 span { border-color: rgb(155,49,79); }

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