#a7214b

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

Shades of Lipstick #A7214B

Tints of Lipstick #A7214B

Color information

#A7214B (or 0xA7214B) is unknown color: approx Lipstick. HEX triplet: A7, 21 and 4B. RGB value is (167,33,75). Sum of RGB (Red+Green+Blue) = 167+33+75=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7214B is #58DEB4. Grayscale: #4D4D4D. Windows color (decimal): -5824181 or 4923815. OLE color: 4923815.

HSL color Cylindrical-coordinate representation of color #A7214B: hue angle of 341.19º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7214B is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1673375-
CMYK00.800.550.35
HSL341.19º67%39.22%-
HSV(B)341.19º80.24%65.49%-
XYZ17.759.817.61-
YUV77.85126.39191.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.73%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=60.73%
G=12%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167337500.800.550.35341.196739.22
HexA7214B05037231554327
Octal247411130120674352510347
Binary101001111000011001011010100001101111000111010101011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7214b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7214b; }

 p { color: rgb(167,33,75); }

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

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

 a { background-color: rgb(167,33,75); }

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

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

 span { border-color: rgb(167,33,75); }

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