Html Css Color HEX #A52351 Lipstick

📋 copy color: '#A52351'

red 165 ◦ green 35 ◦ blue 81

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

Shades of Lipstick #A52351

Tints of Lipstick #A52351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

 BLUE value IS 81 (32.03% from 255) = 28.83%

R = 58.72%
G = 12.46%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A52351 (or 0xA52351) is known color: Lipstick. HEX triplet: A5, 23 and 51. RGB value is (165,35,81). Sum of RGB (Red+Green+Blue) = 165+35+81=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A52351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52351 is #5ADCAE. Grayscale: #4F4F4F. Windows color (decimal): -5954735 or 5317541. OLE color: 5317541.

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

Color convert

RGB 165 35 81 -
CMYK 0 0.79 0.51 0.35
HSL 338.77º 0.65% 0.39% -
HSV(B) 338.77º 0.79% 0.65% -
XYZ 17.6 9.8 8.75 -
YUV 79.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 165 35 81 0 0.79 0.51 0.35 338.77 0.65 0.39
Hex A5 23 51 0 4F 33 23 153 41 27
Octal 245 43 121 0 117 63 43 523 101 47
Binary 10100101 100011 1010001 0 1001111 110011 100011 101010011 1000001 100111

Color Harmonies of #A52351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52351

Black with #A52351

Text Example


Text Example

White with #A52351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52351; }

 p { color: rgb(165,35,81); }

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

background-color css

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

 a { background-color: rgb(165,35,81); }

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

border-color css

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

 span { border-color: rgb(165,35,81); }

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