#a31b4b

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

Shades of Lipstick #A31B4B

Tints of Lipstick #A31B4B

Color information

#A31B4B (or 0xA31B4B) is unknown color: approx Lipstick. HEX triplet: A3, 1B and 4B. RGB value is (163,27,75). Sum of RGB (Red+Green+Blue) = 163+27+75=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B4B is #5CE4B4. Grayscale: #494949. Windows color (decimal): -6087861 or 4922275. OLE color: 4922275.

HSL color Cylindrical-coordinate representation of color #A31B4B: hue angle of 338.82º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B4B is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1632775-
CMYK00.830.540.36
HSL338.82º71.58%37.25%-
HSV(B)338.82º83.44%63.92%-
XYZ16.779.087.53-
YUV73.14129.06192.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=61.51%
G=10.19%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163277500.830.540.36338.8271.5837.25
HexA31B4B05336241534825
Octal243331130123664452311045
Binary10100011110111001011010100111101101001001010100111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31b4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31b4b; }

 p { color: rgb(163,27,75); }

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

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

 a { background-color: rgb(163,27,75); }

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

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

 span { border-color: rgb(163,27,75); }

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