#972848

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

Shades of Lipstick #972848

Tints of Lipstick #972848

Color information

#972848 (or 0x972848) is unknown color: approx Lipstick. HEX triplet: 97, 28 and 48. RGB value is (151,40,72). Sum of RGB (Red+Green+Blue) = 151+40+72=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #972848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972848 is #68D7B7. Grayscale: #4C4C4C. Windows color (decimal): -6870968 or 4728983. OLE color: 4728983.

HSL color Cylindrical-coordinate representation of color #972848: hue angle of 342.7º degrees, saturation: 0.58, 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 #972848 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1514072-
CMYK00.740.520.41
HSL342.7º58.12%37.45%-
HSV(B)342.7º73.51%59.22%-
XYZ14.698.567.01-
YUV76.84125.27180.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 40 (16.02% from 255) = 15.21%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=57.41%
G=15.21%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151407200.740.520.41342.758.1237.45
Hex97284804A34291573a25
Octal22750110011264515277245
Binary10010111101000100100001001010110100101001101010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972848; }

 p { color: rgb(151,40,72); }

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

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

 a { background-color: rgb(151,40,72); }

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

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

 span { border-color: rgb(151,40,72); }

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