Html Css Color HEX #A52142 Lipstick

📋 copy color: '#A52142'

red 165 ◦ green 33 ◦ blue 66

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

Shades of Lipstick #A52142

Tints of Lipstick #A52142

RGB

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

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

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

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A52142 (or 0xA52142) is known color: Lipstick. HEX triplet: A5, 21 and 42. RGB value is (165,33,66). Sum of RGB (Red+Green+Blue) = 165+33+66=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A52142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52142 is #5ADEBD. Grayscale: #4C4C4C. Windows color (decimal): -5955262 or 4333989. OLE color: 4333989.

HSL color Cylindrical-coordinate representation of color #A52142: hue angle of 345º 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 #A52142 is Cyan = 0, Magento = 0.8, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 66 -
CMYK 0 0.8 0.60 0.35
HSL 345º 0.67% 0.39% -
HSV(B) 345º 0.8% 0.65% -
XYZ 17.04 9.48 6.09 -
YUV 76.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 165 33 66 0 0.8 0.60 0.35 345 0.67 0.39
Hex A5 21 42 0 50 3C 23 159 43 27
Octal 245 41 102 0 120 74 43 531 103 47
Binary 10100101 100001 1000010 0 1010000 111100 100011 101011001 1000011 100111

Color Harmonies of #A52142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52142

Black with #A52142

Text Example


Text Example

White with #A52142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52142; }

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

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

background-color css

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

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

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

border-color css

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

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

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