#9D274B

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

Shades of Lipstick #9D274B

Tints of Lipstick #9D274B

Color information

#9D274B (or 0x9D274B) is unknown color: approx Lipstick. HEX triplet: 9D, 27 and 4B. RGB value is (157,39,75). Sum of RGB (Red+Green+Blue) = 157+39+75=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D274B is #62D8B4. Grayscale: #4E4E4E. Windows color (decimal): -6478005 or 4925341. OLE color: 4925341.

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

Color convert

RGB1573975-
CMYK00.750.520.38
HSL341.69º60.2%38.43%-
HSV(B)341.69º75.16%61.57%-
XYZ15.99.137.58-
YUV78.39126.09184.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.93%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=57.93%
G=14.39%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157397500.750.520.38341.6960.238.43
Hex9D274B04B34261563c26
Octal23547113011364465267446
Binary10011101100111100101101001011110100100110101010110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,39,75); }

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

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

 a { background-color: rgb(157,39,75); }

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

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

 span { border-color: rgb(157,39,75); }

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