#97274B

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

Shades of Lipstick #97274B

Tints of Lipstick #97274B

Color information

#97274B (or 0x97274B) is unknown color: approx Lipstick. HEX triplet: 97, 27 and 4B. RGB value is (151,39,75). Sum of RGB (Red+Green+Blue) = 151+39+75=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #97274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97274B is #68D8B4. Grayscale: #4C4C4C. Windows color (decimal): -6871221 or 4925335. OLE color: 4925335.

HSL color Cylindrical-coordinate representation of color #97274B: hue angle of 340.71º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97274B is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB1513975-
CMYK00.740.500.41
HSL340.71º58.95%37.25%-
HSV(B)340.71º74.17%59.22%-
XYZ14.768.547.53-
YUV76.59127.11181.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.98%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=56.98%
G=14.72%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151397500.740.500.41340.7158.9537.25
Hex97274B04A32291553b25
Octal22747113011262515257345
Binary10010111100111100101101001010110010101001101010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97274B; }

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

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

<style>
 a { background-color: #97274B; }

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

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

<style>
 span { border-color: #97274B; }

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

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