#9B304B

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

Shades of Lipstick #9B304B

Tints of Lipstick #9B304B

Color information

#9B304B (or 0x9B304B) is unknown color: approx Lipstick. HEX triplet: 9B, 30 and 4B. RGB value is (155,48,75). Sum of RGB (Red+Green+Blue) = 155+48+75=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B304B is #64CFB4. Grayscale: #535353. Windows color (decimal): -6606773 or 4927643. OLE color: 4927643.

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

Color convert

RGB1554875-
CMYK00.690.520.39
HSL344.86º52.71%39.8%-
HSV(B)344.86º69.03%60.78%-
XYZ15.849.597.67-
YUV83.07123.45179.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=55.76%
G=17.27%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155487500.690.520.39344.8652.7139.8
Hex9B304B04534271593528
Octal23360113010564475316550
Binary10011011110000100101101000101110100100111101011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,75); }

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

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

 a { background-color: rgb(155,48,75); }

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

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

 span { border-color: rgb(155,48,75); }

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