Html Css Color HEX #A31340 Lipstick

📋 copy color: '#A31340'

red 163 ◦ green 19 ◦ blue 64

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

Shades of Lipstick #A31340

Tints of Lipstick #A31340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 66.26%
G = 7.72%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A31340 (or 0xA31340) is known color: Lipstick. HEX triplet: A3, 13 and 40. RGB value is (163,19,64). Sum of RGB (Red+Green+Blue) = 163+19+64=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A31340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31340 is #5CECBF. Grayscale: #434343. Windows color (decimal): -6089920 or 4199331. OLE color: 4199331.

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

Color convert

RGB 163 19 64 -
CMYK 0 0.88 0.61 0.36
HSL 341.25º 0.79% 0.36% -
HSV(B) 341.25º 0.88% 0.64% -
XYZ 16.26 8.62 5.66 -
YUV 67.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 163 19 64 0 0.88 0.61 0.36 341.25 0.79 0.36
Hex A3 13 40 0 58 3D 24 155 4F 24
Octal 243 23 100 0 130 75 44 525 117 44
Binary 10100011 10011 1000000 0 1011000 111101 100100 101010101 1001111 100100

Color Harmonies of #A31340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31340

Black with #A31340

Text Example


Text Example

White with #A31340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31340; }

 p { color: rgb(163,19,64); }

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

background-color css

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

 a { background-color: rgb(163,19,64); }

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

border-color css

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

 span { border-color: rgb(163,19,64); }

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