#96254E

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

Shades of Lipstick #96254E

Tints of Lipstick #96254E

Color information

#96254E (or 0x96254E) is unknown color: approx Lipstick. HEX triplet: 96, 25 and 4E. RGB value is (150,37,78). Sum of RGB (Red+Green+Blue) = 150+37+78=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96254E is #69DAB1. Grayscale: #4B4B4B. Windows color (decimal): -6937266 or 5121430. OLE color: 5121430.

HSL color Cylindrical-coordinate representation of color #96254E: hue angle of 338.23º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96254E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1503778-
CMYK00.750.480.41
HSL338.23º60.43%36.67%-
HSV(B)338.23º75.33%58.82%-
XYZ14.618.368.05-
YUV75.46129.44181.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=56.60%
G=13.96%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150377800.750.480.41338.2360.4336.67
Hex96254E04B30291523c25
Octal22645116011360515227445
Binary10010110100101100111001001011110000101001101010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96254E; }

 p { color: rgb(150,37,78); }

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

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

 a { background-color: rgb(150,37,78); }

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

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

 span { border-color: rgb(150,37,78); }

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