#95264B

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

Shades of Lipstick #95264B

Tints of Lipstick #95264B

Color information

#95264B (or 0x95264B) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 4B. RGB value is (149,38,75). Sum of RGB (Red+Green+Blue) = 149+38+75=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95264B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95264B is #6AD9B4. Grayscale: #4B4B4B. Windows color (decimal): -7002549 or 4925077. OLE color: 4925077.

HSL color Cylindrical-coordinate representation of color #95264B: hue angle of 340º 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 #95264B is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1493875-
CMYK00.740.500.42
HSL340º59.36%36.67%-
HSV(B)340º74.5%58.43%-
XYZ14.368.287.5-
YUV75.41127.77180.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.87%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=56.87%
G=14.50%
B=28.63%

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
Decimal149387500.740.500.4234059.3636.67
Hex95264B04A322A1543b25
Octal22546113011262525247345
Binary10010101100110100101101001010110010101010101010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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