#96274B

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

Shades of Lipstick #96274B

Tints of Lipstick #96274B

Color information

#96274B (or 0x96274B) is unknown color: approx Lipstick. HEX triplet: 96, 27 and 4B. RGB value is (150,39,75). Sum of RGB (Red+Green+Blue) = 150+39+75=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96274B is #69D8B4. Grayscale: #4C4C4C. Windows color (decimal): -6936757 or 4925334. OLE color: 4925334.

HSL color Cylindrical-coordinate representation of color #96274B: hue angle of 340.54º 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 #96274B is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB1503975-
CMYK00.740.50.41
HSL340.54º58.73%37.06%-
HSV(B)340.54º74%58.82%-
XYZ14.578.447.52-
YUV76.29127.27180.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=56.82%
G=14.77%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150397500.740.50.41340.5458.7337.06
Hex96274B04A32291553b25
Octal22647113011262515257345
Binary10010110100111100101101001010110010101001101010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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