#951F62

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

Shades of Lipstick #951F62

Tints of Lipstick #951F62

Color information

#951F62 (or 0x951F62) is unknown color: approx Lipstick. HEX triplet: 95, 1F and 62. RGB value is (149,31,98). Sum of RGB (Red+Green+Blue) = 149+31+98=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #951F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F62 is #6AE09D. Grayscale: #494949. Windows color (decimal): -7004318 or 6430613. OLE color: 6430613.

HSL color Cylindrical-coordinate representation of color #951F62: hue angle of 325.93º 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 #951F62 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1493198-
CMYK00.790.340.42
HSL325.93º65.56%35.29%-
HSV(B)325.93º79.19%58.43%-
XYZ15.098.2512.35-
YUV73.92141.59181.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=53.60%
G=11.15%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149319800.790.340.42325.9365.5635.29
Hex951F6204F222A1464223
Octal225371420117425250610243
Binary10010101111111100010010011111000101010101010001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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