#951345

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

Shades of Lipstick #951345

Tints of Lipstick #951345

Color information

#951345 (or 0x951345) is unknown color: approx Lipstick. HEX triplet: 95, 13 and 45. RGB value is (149,19,69). Sum of RGB (Red+Green+Blue) = 149+19+69=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #951345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951345 is #6AECBA. Grayscale: #3F3F3F. Windows color (decimal): -7007419 or 4526997. OLE color: 4526997.

HSL color Cylindrical-coordinate representation of color #951345: hue angle of 336.92º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951345 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1491969-
CMYK00.870.540.42
HSL336.92º77.38%32.94%-
HSV(B)336.92º87.25%58.43%-
XYZ13.77.286.31-
YUV63.57131.07188.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=62.87%
G=8.02%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149196900.870.540.42336.9277.3832.94
Hex951345057362A1514d21
Octal225231050127665252111541
Binary10010101100111000101010101111101101010101010100011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951345; }

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

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

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

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

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

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

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

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