Html Css Color HEX #A13053 Lipstick

📋 copy color: '#A13053'

red 161 ◦ green 48 ◦ blue 83

#A13053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A13053

Tints of Lipstick #A13053

RGB

 RED value IS 161 (63.28% from 255) = 55.14%

 GREEN value IS 48 (19.14% from 255) = 16.44%

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 55.14%
G = 16.44%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A13053 (or 0xA13053) is known color: Lipstick. HEX triplet: A1, 30 and 53. RGB value is (161,48,83). Sum of RGB (Red+Green+Blue) = 161+48+83=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A13053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13053 is #5ECFAC. Grayscale: #555555. Windows color (decimal): -6213549 or 5451937. OLE color: 5451937.

HSL color Cylindrical-coordinate representation of color #A13053: hue angle of 341.42º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13053 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 48 83 -
CMYK 0 0.70 0.48 0.37
HSL 341.42º 0.54% 0.41% -
HSV(B) 341.42º 0.7% 0.63% -
XYZ 17.32 10.32 9.26 -
YUV 85.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 161 48 83 0 0.70 0.48 0.37 341.42 0.54 0.41
Hex A1 30 53 0 46 30 25 155 36 29
Octal 241 60 123 0 106 60 45 525 66 51
Binary 10100001 110000 1010011 0 1000110 110000 100101 101010101 110110 101001

Color Harmonies of #A13053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13053

Black with #A13053

Text Example


Text Example

White with #A13053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13053; }

 p { color: rgb(161,48,83); }

 H1.HeaderClassName
 {
   color: #A13053;
 }
 .AnyTagClassName
 {
   color: #A13053;
 }
</style>

background-color css

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

 a { background-color: rgb(161,48,83); }

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

border-color css

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

 span { border-color: rgb(161,48,83); }

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