Html Css Color HEX #A52650 Lipstick

📋 copy color: '#A52650'

red 165 ◦ green 38 ◦ blue 80

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

Shades of Lipstick #A52650

Tints of Lipstick #A52650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 58.3%
G = 13.43%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A52650 (or 0xA52650) is known color: Lipstick. HEX triplet: A5, 26 and 50. RGB value is (165,38,80). Sum of RGB (Red+Green+Blue) = 165+38+80=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A52650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52650 is #5AD9AF. Grayscale: #505050. Windows color (decimal): -5953968 or 5252773. OLE color: 5252773.

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

Color convert

RGB 165 38 80 -
CMYK 0 0.77 0.52 0.35
HSL 340.16º 0.63% 0.4% -
HSV(B) 340.16º 0.77% 0.65% -
XYZ 17.66 9.96 8.58 -
YUV 80.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 165 38 80 0 0.77 0.52 0.35 340.16 0.63 0.4
Hex A5 26 50 0 4D 34 23 154 3F 28
Octal 245 46 120 0 115 64 43 524 77 50
Binary 10100101 100110 1010000 0 1001101 110100 100011 101010100 111111 101000

Color Harmonies of #A52650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52650

Black with #A52650

Text Example


Text Example

White with #A52650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52650; }

 p { color: rgb(165,38,80); }

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

background-color css

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

 a { background-color: rgb(165,38,80); }

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

border-color css

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

 span { border-color: rgb(165,38,80); }

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