#A51B52

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

Shades of Lipstick #A51B52

Tints of Lipstick #A51B52

Color information

#A51B52 (or 0xA51B52) is unknown color: approx Lipstick. HEX triplet: A5, 1B and 52. RGB value is (165,27,82). Sum of RGB (Red+Green+Blue) = 165+27+82=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B52 is #5AE4AD. Grayscale: #4A4A4A. Windows color (decimal): -5956782 or 5381029. OLE color: 5381029.

HSL color Cylindrical-coordinate representation of color #A51B52: hue angle of 336.09º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51B52 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1652782-
CMYK00.840.500.35
HSL336.09º71.88%37.65%-
HSV(B)336.09º83.64%64.71%-
XYZ17.439.398.88-
YUV74.53132.22192.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 27 (10.94% from 255) = 9.85%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=60.22%
G=9.85%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165278200.840.500.35336.0971.8837.65
HexA51B5205432231504826
Octal245331220124624352011046
Binary10100101110111010010010101001100101000111010100001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B52; }

 p { color: rgb(165,27,82); }

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

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

 a { background-color: rgb(165,27,82); }

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

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

 span { border-color: rgb(165,27,82); }

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