#9B254E

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

Shades of Lipstick #9B254E

Tints of Lipstick #9B254E

Color information

#9B254E (or 0x9B254E) is unknown color: approx Lipstick. HEX triplet: 9B, 25 and 4E. RGB value is (155,37,78). Sum of RGB (Red+Green+Blue) = 155+37+78=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B254E is #64DAB1. Grayscale: #4C4C4C. Windows color (decimal): -6609586 or 5121435. OLE color: 5121435.

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

Color convert

RGB1553778-
CMYK00.760.500.39
HSL339.15º61.46%37.65%-
HSV(B)339.15º76.13%60.78%-
XYZ15.558.848.09-
YUV76.96128.59183.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=57.41%
G=13.70%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155377800.760.500.39339.1561.4637.65
Hex9B254E04C32271533d26
Octal23345116011462475237546
Binary10011011100101100111001001100110010100111101010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,37,78); }

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

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

 a { background-color: rgb(155,37,78); }

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

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

 span { border-color: rgb(155,37,78); }

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