Html Css Color HEX #A52141 Lipstick

📋 copy color: '#A52141'

red 165 ◦ green 33 ◦ blue 65

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

Shades of Lipstick #A52141

Tints of Lipstick #A52141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.55%

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

R = 62.74%
G = 12.55%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A52141 (or 0xA52141) is known color: Lipstick. HEX triplet: A5, 21 and 41. RGB value is (165,33,65). Sum of RGB (Red+Green+Blue) = 165+33+65=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A52141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52141 is #5ADEBE. Grayscale: #4C4C4C. Windows color (decimal): -5955263 or 4268453. OLE color: 4268453.

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

Color convert

RGB 165 33 65 -
CMYK 0 0.8 0.61 0.35
HSL 345.45º 0.67% 0.39% -
HSV(B) 345.45º 0.8% 0.65% -
XYZ 17.02 9.47 5.93 -
YUV 76.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 165 33 65 0 0.8 0.61 0.35 345.45 0.67 0.39
Hex A5 21 41 0 50 3D 23 159 43 27
Octal 245 41 101 0 120 75 43 531 103 47
Binary 10100101 100001 1000001 0 1010000 111101 100011 101011001 1000011 100111

Color Harmonies of #A52141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52141

Black with #A52141

Text Example


Text Example

White with #A52141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52141; }

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

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

background-color css

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

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

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

border-color css

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

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

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