#951f44

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

Shades of Lipstick #951F44

Tints of Lipstick #951F44

Color information

#951F44 (or 0x951F44) is unknown color: approx Lipstick. HEX triplet: 95, 1F and 44. RGB value is (149,31,68). Sum of RGB (Red+Green+Blue) = 149+31+68=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #951F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F44 is #6AE0BB. Grayscale: #464646. Windows color (decimal): -7004348 or 4464533. OLE color: 4464533.

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

Color convert

RGB1493168-
CMYK00.790.540.42
HSL341.19º65.56%35.29%-
HSV(B)341.19º79.19%58.43%-
XYZ13.937.796.24-
YUV70.5126.59183.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 31 (12.5% from 255) = 12.5%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=60.08%
G=12.5%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149316800.790.540.42341.1965.5635.29
Hex951F4404F362A1554223
Octal225371040117665252510243
Binary10010101111111000100010011111101101010101010101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951f44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,31,68); }

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

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

 a { background-color: rgb(149,31,68); }

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

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

 span { border-color: rgb(149,31,68); }

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