Html Css Color HEX #A52946 Lipstick

📋 copy color: '#A52946'

red 165 ◦ green 41 ◦ blue 70

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

Shades of Lipstick #A52946

Tints of Lipstick #A52946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 59.78%
G = 14.86%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A52946 (or 0xA52946) is known color: Lipstick. HEX triplet: A5, 29 and 46. RGB value is (165,41,70). Sum of RGB (Red+Green+Blue) = 165+41+70=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A52946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52946 is #5AD6B9. Grayscale: #515151. Windows color (decimal): -5953210 or 4598181. OLE color: 4598181.

HSL color Cylindrical-coordinate representation of color #A52946: hue angle of 345.97º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52946 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 41 70 -
CMYK 0 0.75 0.58 0.35
HSL 345.97º 0.6% 0.4% -
HSV(B) 345.97º 0.75% 0.65% -
XYZ 17.42 10.03 6.81 -
YUV 81.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 165 41 70 0 0.75 0.58 0.35 345.97 0.6 0.4
Hex A5 29 46 0 4B 3A 23 15A 3C 28
Octal 245 51 106 0 113 72 43 532 74 50
Binary 10100101 101001 1000110 0 1001011 111010 100011 101011010 111100 101000

Color Harmonies of #A52946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52946

Black with #A52946

Text Example


Text Example

White with #A52946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52946; }

 p { color: rgb(165,41,70); }

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

background-color css

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

 a { background-color: rgb(165,41,70); }

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

border-color css

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

 span { border-color: rgb(165,41,70); }

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