#95264E

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

Shades of Lipstick #95264E

Tints of Lipstick #95264E

Color information

#95264E (or 0x95264E) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 4E. RGB value is (149,38,78). Sum of RGB (Red+Green+Blue) = 149+38+78=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95264E is #6AD9B1. Grayscale: #4B4B4B. Windows color (decimal): -7002546 or 5121685. OLE color: 5121685.

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

Color convert

RGB1493878-
CMYK00.740.480.42
HSL338.38º59.36%36.67%-
HSV(B)338.38º74.5%58.43%-
XYZ14.468.338.05-
YUV75.75129.27180.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=56.23%
G=14.34%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149387800.740.480.42338.3859.3636.67
Hex95264E04A302A1523b25
Octal22546116011260525227345
Binary10010101100110100111001001010110000101010101010010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,38,78); }

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

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

 a { background-color: rgb(149,38,78); }

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

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

 span { border-color: rgb(149,38,78); }

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