#951E45

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

Shades of Lipstick #951E45

Tints of Lipstick #951E45

Color information

#951E45 (or 0x951E45) is unknown color: approx Lipstick. HEX triplet: 95, 1E and 45. RGB value is (149,30,69). Sum of RGB (Red+Green+Blue) = 149+30+69=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #951E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E45 is #6AE1BA. Grayscale: #454545. Windows color (decimal): -7004603 or 4529813. OLE color: 4529813.

HSL color Cylindrical-coordinate representation of color #951E45: hue angle of 340.34º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E45 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1493069-
CMYK00.800.540.42
HSL340.34º66.48%35.1%-
HSV(B)340.34º79.87%58.43%-
XYZ13.937.756.39-
YUV70.03127.42184.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=60.08%
G=12.10%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149306900.800.540.42340.3466.4835.1
Hex951E45050362A1544223
Octal225361050120665252410243
Binary10010101111101000101010100001101101010101010101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951E45; }

 p { color: rgb(149,30,69); }

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

<style>
 a { background-color: #951E45; }

 a { background-color: rgb(149,30,69); }

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

<style>
 span { border-color: #951E45; }

 span { border-color: rgb(149,30,69); }

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