#951753

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

Shades of Lipstick #951753

Tints of Lipstick #951753

Color information

#951753 (or 0x951753) is unknown color: approx Lipstick. HEX triplet: 95, 17 and 53. RGB value is (149,23,83). Sum of RGB (Red+Green+Blue) = 149+23+83=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #951753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951753 is #6AE8AC. Grayscale: #434343. Windows color (decimal): -7006381 or 5445525. OLE color: 5445525.

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

Color convert

RGB1492383-
CMYK00.850.440.42
HSL331.43º73.26%33.73%-
HSV(B)331.43º84.56%58.43%-
XYZ14.267.638.9-
YUV67.51136.74186.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.43%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=58.43%
G=9.02%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149238300.850.440.42331.4373.2633.73
Hex9517530552C2A14b4922
Octal225271230125545251311142
Binary10010101101111010011010101011011001010101010010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951753; }

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

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

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

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

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

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

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

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