Html Css Color HEX #A31541 Lipstick

📋 copy color: '#A31541'

red 163 ◦ green 21 ◦ blue 65

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

Shades of Lipstick #A31541

Tints of Lipstick #A31541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 65.46%
G = 8.43%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A31541 (or 0xA31541) is known color: Lipstick. HEX triplet: A3, 15 and 41. RGB value is (163,21,65). Sum of RGB (Red+Green+Blue) = 163+21+65=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A31541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31541 is #5CEABE. Grayscale: #444444. Windows color (decimal): -6089407 or 4265379. OLE color: 4265379.

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

Color convert

RGB 163 21 65 -
CMYK 0 0.87 0.60 0.36
HSL 341.41º 0.77% 0.36% -
HSV(B) 341.41º 0.87% 0.64% -
XYZ 16.33 8.7 5.82 -
YUV 68.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 163 21 65 0 0.87 0.60 0.36 341.41 0.77 0.36
Hex A3 15 41 0 57 3C 24 155 4D 24
Octal 243 25 101 0 127 74 44 525 115 44
Binary 10100011 10101 1000001 0 1010111 111100 100100 101010101 1001101 100100

Color Harmonies of #A31541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31541

Black with #A31541

Text Example


Text Example

White with #A31541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31541; }

 p { color: rgb(163,21,65); }

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

background-color css

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

 a { background-color: rgb(163,21,65); }

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

border-color css

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

 span { border-color: rgb(163,21,65); }

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