Html Css Color HEX #A52042 Lipstick

📋 copy color: '#A52042'

red 165 ◦ green 32 ◦ blue 66

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

Shades of Lipstick #A52042

Tints of Lipstick #A52042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 62.74%
G = 12.17%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A52042 (or 0xA52042) is known color: Lipstick. HEX triplet: A5, 20 and 42. RGB value is (165,32,66). Sum of RGB (Red+Green+Blue) = 165+32+66=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A52042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52042 is #5ADFBD. Grayscale: #4B4B4B. Windows color (decimal): -5955518 or 4333733. OLE color: 4333733.

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

Color convert

RGB 165 32 66 -
CMYK 0 0.81 0.60 0.35
HSL 344.66º 0.68% 0.39% -
HSV(B) 344.66º 0.81% 0.65% -
XYZ 17.02 9.43 6.08 -
YUV 75.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 165 32 66 0 0.81 0.60 0.35 344.66 0.68 0.39
Hex A5 20 42 0 51 3C 23 159 44 27
Octal 245 40 102 0 121 74 43 531 104 47
Binary 10100101 100000 1000010 0 1010001 111100 100011 101011001 1000100 100111

Color Harmonies of #A52042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52042

Black with #A52042

Text Example


Text Example

White with #A52042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52042; }

 p { color: rgb(165,32,66); }

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

background-color css

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

 a { background-color: rgb(165,32,66); }

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

border-color css

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

 span { border-color: rgb(165,32,66); }

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