#95134B

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

Shades of Lipstick #95134B

Tints of Lipstick #95134B

Color information

#95134B (or 0x95134B) is unknown color: approx Lipstick. HEX triplet: 95, 13 and 4B. RGB value is (149,19,75). Sum of RGB (Red+Green+Blue) = 149+19+75=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95134B is #6AECB4. Grayscale: #404040. Windows color (decimal): -7007413 or 4920213. OLE color: 4920213.

HSL color Cylindrical-coordinate representation of color #95134B: hue angle of 334.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95134B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1491975-
CMYK00.870.500.42
HSL334.15º77.38%32.94%-
HSV(B)334.15º87.25%58.43%-
XYZ13.97.367.35-
YUV64.25134.07188.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=61.32%
G=7.82%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149197500.870.500.42334.1577.3832.94
Hex95134B057322A14e4d21
Octal225231130127625251611541
Binary10010101100111001011010101111100101010101010011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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