#9C274B

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

Shades of Lipstick #9C274B

Tints of Lipstick #9C274B

Color information

#9C274B (or 0x9C274B) is unknown color: approx Lipstick. HEX triplet: 9C, 27 and 4B. RGB value is (156,39,75). Sum of RGB (Red+Green+Blue) = 156+39+75=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C274B is #63D8B4. Grayscale: #4E4E4E. Windows color (decimal): -6543541 or 4925340. OLE color: 4925340.

HSL color Cylindrical-coordinate representation of color #9C274B: hue angle of 341.54º 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 #9C274B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1563975-
CMYK00.750.520.39
HSL341.54º60%38.24%-
HSV(B)341.54º75%61.18%-
XYZ15.719.037.57-
YUV78.09126.26183.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.78%
GREEN value IS 39 (15.62% from 255) = 14.44%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=57.78%
G=14.44%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156397500.750.520.39341.546038.24
Hex9C274B04B34271563c26
Octal23447113011364475267446
Binary10011100100111100101101001011110100100111101010110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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