#95264A

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

Shades of Lipstick #95264A

Tints of Lipstick #95264A

Color information

#95264A (or 0x95264A) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 4A. RGB value is (149,38,74). Sum of RGB (Red+Green+Blue) = 149+38+74=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95264A is #6AD9B5. Grayscale: #4B4B4B. Windows color (decimal): -7002550 or 4859541. OLE color: 4859541.

HSL color Cylindrical-coordinate representation of color #95264A: hue angle of 340.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95264A is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1493874-
CMYK00.740.500.42
HSL340.54º59.36%36.67%-
HSV(B)340.54º74.5%58.43%-
XYZ14.328.277.32-
YUV75.29127.27180.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=57.09%
G=14.56%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149387400.740.500.42340.5459.3636.67
Hex95264A04A322A1553b25
Octal22546112011262525257345
Binary10010101100110100101001001010110010101010101010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95264A; }

 p { color: rgb(149,38,74); }

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

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

 a { background-color: rgb(149,38,74); }

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

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

 span { border-color: rgb(149,38,74); }

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