#951B42

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

Shades of Lipstick #951B42

Tints of Lipstick #951B42

Color information

#951B42 (or 0x951B42) is unknown color: approx Lipstick. HEX triplet: 95, 1B and 42. RGB value is (149,27,66). Sum of RGB (Red+Green+Blue) = 149+27+66=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #951B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B42 is #6AE4BD. Grayscale: #434343. Windows color (decimal): -7005374 or 4332437. OLE color: 4332437.

HSL color Cylindrical-coordinate representation of color #951B42: hue angle of 340.82º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B42 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1492766-
CMYK00.820.560.42
HSL340.82º69.32%34.51%-
HSV(B)340.82º81.88%58.43%-
XYZ13.777.575.89-
YUV67.92126.92185.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.57%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=61.57%
G=11.16%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149276600.820.560.42340.8269.3234.51
Hex951B42052382A1554523
Octal225331020122705252510543
Binary10010101110111000010010100101110001010101010101011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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