#95214D

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

Shades of Lipstick #95214D

Tints of Lipstick #95214D

Color information

#95214D (or 0x95214D) is unknown color: approx Lipstick. HEX triplet: 95, 21 and 4D. RGB value is (149,33,77). Sum of RGB (Red+Green+Blue) = 149+33+77=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95214D is #6ADEB2. Grayscale: #484848. Windows color (decimal): -7003827 or 5054869. OLE color: 5054869.

HSL color Cylindrical-coordinate representation of color #95214D: hue angle of 337.24º 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 #95214D is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1493377-
CMYK00.780.480.42
HSL337.24º63.74%35.69%-
HSV(B)337.24º77.85%58.43%-
XYZ14.288.017.82-
YUV72.7130.43182.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=57.53%
G=12.74%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149337700.780.480.42337.2463.7435.69
Hex95214D04E302A1514024
Octal225411150116605252110044
Binary100101011000011001101010011101100001010101010100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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