#95254E

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

Shades of Lipstick #95254E

Tints of Lipstick #95254E

Color information

#95254E (or 0x95254E) is unknown color: approx Lipstick. HEX triplet: 95, 25 and 4E. RGB value is (149,37,78). Sum of RGB (Red+Green+Blue) = 149+37+78=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95254E is #6ADAB1. Grayscale: #4B4B4B. Windows color (decimal): -7002802 or 5121429. OLE color: 5121429.

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

Color convert

RGB1493778-
CMYK00.750.480.42
HSL338.04º60.22%36.47%-
HSV(B)338.04º75.17%58.43%-
XYZ14.438.268.04-
YUV75.16129.61180.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=56.44%
G=14.02%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149377800.750.480.42338.0460.2236.47
Hex95254E04B302A1523c24
Octal22545116011360525227444
Binary10010101100101100111001001011110000101010101010010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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