Html Css Color HEX #A51541 Lipstick

📋 copy color: '#A51541'

red 165 ◦ green 21 ◦ blue 65

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

Shades of Lipstick #A51541

Tints of Lipstick #A51541

RGB

 RED value IS 165 (64.84% from 255) = 65.74%

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

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

R = 65.74%
G = 8.37%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A51541 (or 0xA51541) is known color: Lipstick. HEX triplet: A5, 15 and 41. RGB value is (165,21,65). Sum of RGB (Red+Green+Blue) = 165+21+65=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A51541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51541 is #5AEABE. Grayscale: #454545. Windows color (decimal): -5958335 or 4265381. OLE color: 4265381.

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

Color convert

RGB 165 21 65 -
CMYK 0 0.87 0.61 0.35
HSL 341.67º 0.77% 0.36% -
HSV(B) 341.67º 0.87% 0.65% -
XYZ 16.74 8.92 5.84 -
YUV 69.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 165 21 65 0 0.87 0.61 0.35 341.67 0.77 0.36
Hex A5 15 41 0 57 3D 23 156 4D 24
Octal 245 25 101 0 127 75 43 526 115 44
Binary 10100101 10101 1000001 0 1010111 111101 100011 101010110 1001101 100100

Color Harmonies of #A51541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51541

Black with #A51541

Text Example


Text Example

White with #A51541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51541; }

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

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

background-color css

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

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

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

border-color css

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

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

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