Html Css Color HEX #A82959 Lipstick

📋 copy color: '#A82959'

red 168 ◦ green 41 ◦ blue 89

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

Shades of Lipstick #A82959

Tints of Lipstick #A82959

RGB

 RED value IS 168 (66.02% from 255) = 56.38%

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 89 (35.16% from 255) = 29.87%

R = 56.38%
G = 13.76%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A82959 (or 0xA82959) is known color: Lipstick. HEX triplet: A8, 29 and 59. RGB value is (168,41,89). Sum of RGB (Red+Green+Blue) = 168+41+89=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A82959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82959 is #57D6A6. Grayscale: #545454. Windows color (decimal): -5756583 or 5843368. OLE color: 5843368.

HSL color Cylindrical-coordinate representation of color #A82959: hue angle of 337.32º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82959 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 89 -
CMYK 0 0.76 0.47 0.34
HSL 337.32º 0.61% 0.41% -
HSV(B) 337.32º 0.76% 0.66% -
XYZ 18.74 10.63 10.52 -
YUV 84.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 168 41 89 0 0.76 0.47 0.34 337.32 0.61 0.41
Hex A8 29 59 0 4C 2F 22 151 3D 29
Octal 250 51 131 0 114 57 42 521 75 51
Binary 10101000 101001 1011001 0 1001100 101111 100010 101010001 111101 101001

Color Harmonies of #A82959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82959

Black with #A82959

Text Example


Text Example

White with #A82959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82959; }

 p { color: rgb(168,41,89); }

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

background-color css

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

 a { background-color: rgb(168,41,89); }

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

border-color css

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

 span { border-color: rgb(168,41,89); }

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