#95254F

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

Shades of Lipstick #95254F

Tints of Lipstick #95254F

Color information

#95254F (or 0x95254F) is unknown color: approx Lipstick. HEX triplet: 95, 25 and 4F. RGB value is (149,37,79). Sum of RGB (Red+Green+Blue) = 149+37+79=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95254F is #6ADAB0. Grayscale: #4B4B4B. Windows color (decimal): -7002801 or 5186965. OLE color: 5186965.

HSL color Cylindrical-coordinate representation of color #95254F: hue angle of 337.5º 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 #95254F is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1493779-
CMYK00.750.470.42
HSL337.5º60.22%36.47%-
HSV(B)337.5º75.17%58.43%-
XYZ14.478.288.23-
YUV75.28130.11180.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=56.23%
G=13.96%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149377900.750.470.42337.560.2236.47
Hex95254F04B2F2A1523c24
Octal22545117011357525227444
Binary10010101100101100111101001011101111101010101010010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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