#97375B

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

Shades of Lipstick #97375B

Tints of Lipstick #97375B

Color information

#97375B (or 0x97375B) is unknown color: approx Lipstick. HEX triplet: 97, 37 and 5B. RGB value is (151,55,91). Sum of RGB (Red+Green+Blue) = 151+55+91=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97375B is #68C8A4. Grayscale: #575757. Windows color (decimal): -6867109 or 5978007. OLE color: 5978007.

HSL color Cylindrical-coordinate representation of color #97375B: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97375B is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1515591-
CMYK00.640.400.41
HSL337.5º46.6%40.39%-
HSV(B)337.5º63.58%59.22%-
XYZ16.0210.0711-
YUV87.81129.8173.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=50.84%
G=18.52%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151559100.640.400.41337.546.640.39
Hex97375B04028291522f28
Octal22767133010050515225750
Binary10010111110111101101101000000101000101001101010010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,55,91); }

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

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

 a { background-color: rgb(151,55,91); }

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

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

 span { border-color: rgb(151,55,91); }

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