#951548

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

Shades of Lipstick #951548

Tints of Lipstick #951548

Color information

#951548 (or 0x951548) is unknown color: approx Lipstick. HEX triplet: 95, 15 and 48. RGB value is (149,21,72). Sum of RGB (Red+Green+Blue) = 149+21+72=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #951548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951548 is #6AEAB7. Grayscale: #414141. Windows color (decimal): -7006904 or 4724117. OLE color: 4724117.

HSL color Cylindrical-coordinate representation of color #951548: hue angle of 336.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951548 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1492172-
CMYK00.860.520.42
HSL336.09º75.29%33.33%-
HSV(B)336.09º85.91%58.43%-
XYZ13.837.396.83-
YUV65.09131.91187.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.57%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=61.57%
G=8.68%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149217200.860.520.42336.0975.2933.33
Hex951548056342A1504b21
Octal225251100126645252011341
Binary10010101101011001000010101101101001010101010100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951548; }

 p { color: rgb(149,21,72); }

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

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

 a { background-color: rgb(149,21,72); }

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

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

 span { border-color: rgb(149,21,72); }

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