#95214C

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

Shades of Lipstick #95214C

Tints of Lipstick #95214C

Color information

#95214C (or 0x95214C) is unknown color: approx Lipstick. HEX triplet: 95, 21 and 4C. RGB value is (149,33,76). Sum of RGB (Red+Green+Blue) = 149+33+76=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95214C is #6ADEB3. Grayscale: #484848. Windows color (decimal): -7003828 or 4989333. OLE color: 4989333.

HSL color Cylindrical-coordinate representation of color #95214C: hue angle of 337.76º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95214C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1493376-
CMYK00.780.490.42
HSL337.76º63.74%35.69%-
HSV(B)337.76º77.85%58.43%-
XYZ14.2487.63-
YUV72.59129.93182.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=57.75%
G=12.79%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149337600.780.490.42337.7663.7435.69
Hex95214C04E312A1524024
Octal225411140116615252210044
Binary100101011000011001100010011101100011010101010100101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95214C; }

 p { color: rgb(149,33,76); }

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

<style>
 a { background-color: #95214C; }

 a { background-color: rgb(149,33,76); }

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

<style>
 span { border-color: #95214C; }

 span { border-color: rgb(149,33,76); }

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