#951747

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

Shades of Lipstick #951747

Tints of Lipstick #951747

Color information

#951747 (or 0x951747) is unknown color: approx Lipstick. HEX triplet: 95, 17 and 47. RGB value is (149,23,71). Sum of RGB (Red+Green+Blue) = 149+23+71=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #951747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951747 is #6AE8B8. Grayscale: #424242. Windows color (decimal): -7006393 or 4659093. OLE color: 4659093.

HSL color Cylindrical-coordinate representation of color #951747: hue angle of 337.14º degrees, saturation: 0.73, 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 #951747 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1492371-
CMYK00.850.520.42
HSL337.14º73.26%33.73%-
HSV(B)337.14º84.56%58.43%-
XYZ13.847.466.67-
YUV66.15130.74187.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=61.32%
G=9.47%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149237100.850.520.42337.1473.2633.73
Hex951747055342A1514922
Octal225271070125645252111142
Binary10010101101111000111010101011101001010101010100011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951747; }

 p { color: rgb(149,23,71); }

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

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

 a { background-color: rgb(149,23,71); }

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

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

 span { border-color: rgb(149,23,71); }

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