Html Css Color HEX #A52444 Lipstick

📋 copy color: '#A52444'

red 165 ◦ green 36 ◦ blue 68

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

Shades of Lipstick #A52444

Tints of Lipstick #A52444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 61.34%
G = 13.38%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A52444 (or 0xA52444) is known color: Lipstick. HEX triplet: A5, 24 and 44. RGB value is (165,36,68). Sum of RGB (Red+Green+Blue) = 165+36+68=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A52444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52444 is #5ADBBB. Grayscale: #4E4E4E. Windows color (decimal): -5954492 or 4465829. OLE color: 4465829.

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

Color convert

RGB 165 36 68 -
CMYK 0 0.78 0.59 0.35
HSL 345.12º 0.64% 0.39% -
HSV(B) 345.12º 0.78% 0.65% -
XYZ 17.19 9.68 6.43 -
YUV 78.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 165 36 68 0 0.78 0.59 0.35 345.12 0.64 0.39
Hex A5 24 44 0 4E 3B 23 159 40 27
Octal 245 44 104 0 116 73 43 531 100 47
Binary 10100101 100100 1000100 0 1001110 111011 100011 101011001 1000000 100111

Color Harmonies of #A52444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52444

Black with #A52444

Text Example


Text Example

White with #A52444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52444; }

 p { color: rgb(165,36,68); }

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

background-color css

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

 a { background-color: rgb(165,36,68); }

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

border-color css

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

 span { border-color: rgb(165,36,68); }

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