Html Css Color HEX #A32553 Lipstick

📋 copy color: '#A32553'

red 163 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #A32553

Tints of Lipstick #A32553

RGB

 RED value IS 163 (64.06% from 255) = 57.6%

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 57.6%
G = 13.07%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A32553 (or 0xA32553) is known color: Lipstick. HEX triplet: A3, 25 and 53. RGB value is (163,37,83). Sum of RGB (Red+Green+Blue) = 163+37+83=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A32553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32553 is #5CDAAC. Grayscale: #4F4F4F. Windows color (decimal): -6085293 or 5449123. OLE color: 5449123.

HSL color Cylindrical-coordinate representation of color #A32553: hue angle of 338.1º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32553 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 37 83 -
CMYK 0 0.77 0.49 0.36
HSL 338.1º 0.63% 0.39% -
HSV(B) 338.1º 0.77% 0.64% -
XYZ 17.33 9.73 9.15 -
YUV 79.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 163 37 83 0 0.77 0.49 0.36 338.1 0.63 0.39
Hex A3 25 53 0 4D 31 24 152 3F 27
Octal 243 45 123 0 115 61 44 522 77 47
Binary 10100011 100101 1010011 0 1001101 110001 100100 101010010 111111 100111

Color Harmonies of #A32553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32553

Black with #A32553

Text Example


Text Example

White with #A32553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32553; }

 p { color: rgb(163,37,83); }

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

background-color css

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

 a { background-color: rgb(163,37,83); }

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

border-color css

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

 span { border-color: rgb(163,37,83); }

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