Html Css Color HEX #A51441 Lipstick

📋 copy color: '#A51441'

red 165 ◦ green 20 ◦ blue 65

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

Shades of Lipstick #A51441

Tints of Lipstick #A51441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 66%
G = 8%
B = 26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A51441 (or 0xA51441) is known color: Lipstick. HEX triplet: A5, 14 and 41. RGB value is (165,20,65). Sum of RGB (Red+Green+Blue) = 165+20+65=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A51441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51441 is #5AEBBE. Grayscale: #444444. Windows color (decimal): -5958591 or 4265125. OLE color: 4265125.

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

Color convert

RGB 165 20 65 -
CMYK 0 0.88 0.61 0.35
HSL 341.38º 0.78% 0.36% -
HSV(B) 341.38º 0.88% 0.65% -
XYZ 16.72 8.88 5.83 -
YUV 68.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 165 20 65 0 0.88 0.61 0.35 341.38 0.78 0.36
Hex A5 14 41 0 58 3D 23 155 4E 24
Octal 245 24 101 0 130 75 43 525 116 44
Binary 10100101 10100 1000001 0 1011000 111101 100011 101010101 1001110 100100

Color Harmonies of #A51441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51441

Black with #A51441

Text Example


Text Example

White with #A51441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51441; }

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

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

background-color css

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

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

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

border-color css

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

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

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