#951649

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

Shades of Lipstick #951649

Tints of Lipstick #951649

Color information

#951649 (or 0x951649) is unknown color: approx Lipstick. HEX triplet: 95, 16 and 49. RGB value is (149,22,73). Sum of RGB (Red+Green+Blue) = 149+22+73=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #951649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951649 is #6AE9B6. Grayscale: #414141. Windows color (decimal): -7006647 or 4789909. OLE color: 4789909.

HSL color Cylindrical-coordinate representation of color #951649: hue angle of 335.91º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951649 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1492273-
CMYK00.850.510.42
HSL335.91º74.27%33.53%-
HSV(B)335.91º85.23%58.43%-
XYZ13.887.447.01-
YUV65.79132.08187.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=61.07%
G=9.02%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149227300.850.510.42335.9174.2733.53
Hex951649055332A1504a22
Octal225261110125635252011242
Binary10010101101101001001010101011100111010101010100001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951649; }

 p { color: rgb(149,22,73); }

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

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

 a { background-color: rgb(149,22,73); }

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

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

 span { border-color: rgb(149,22,73); }

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