#951042

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

Shades of Lipstick #951042

Tints of Lipstick #951042

Color information

#951042 (or 0x951042) is unknown color: approx Lipstick. HEX triplet: 95, 10 and 42. RGB value is (149,16,66). Sum of RGB (Red+Green+Blue) = 149+16+66=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #951042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951042 is #6AEFBD. Grayscale: #3D3D3D. Windows color (decimal): -7008190 or 4329621. OLE color: 4329621.

HSL color Cylindrical-coordinate representation of color #951042: hue angle of 337.44º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951042 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1491666-
CMYK00.890.560.42
HSL337.44º80.61%32.35%-
HSV(B)337.44º89.26%58.43%-
XYZ13.567.155.82-
YUV61.47130.56190.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=64.50%
G=6.93%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149166600.890.560.42337.4480.6132.35
Hex951042059382A1515120
Octal225201020131705252112140
Binary10010101100001000010010110011110001010101010100011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951042; }

 p { color: rgb(149,16,66); }

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

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

 a { background-color: rgb(149,16,66); }

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

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

 span { border-color: rgb(149,16,66); }

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