Html Css Color HEX #A52846 Lipstick

📋 copy color: '#A52846'

red 165 ◦ green 40 ◦ blue 70

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

Shades of Lipstick #A52846

Tints of Lipstick #A52846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 60%
G = 14.55%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A52846 (or 0xA52846) is known color: Lipstick. HEX triplet: A5, 28 and 46. RGB value is (165,40,70). Sum of RGB (Red+Green+Blue) = 165+40+70=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A52846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52846 is #5AD7B9. Grayscale: #505050. Windows color (decimal): -5953466 or 4597925. OLE color: 4597925.

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

Color convert

RGB 165 40 70 -
CMYK 0 0.76 0.58 0.35
HSL 345.6º 0.61% 0.4% -
HSV(B) 345.6º 0.76% 0.65% -
XYZ 17.38 9.96 6.8 -
YUV 80.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 165 40 70 0 0.76 0.58 0.35 345.6 0.61 0.4
Hex A5 28 46 0 4C 3A 23 15A 3D 28
Octal 245 50 106 0 114 72 43 532 75 50
Binary 10100101 101000 1000110 0 1001100 111010 100011 101011010 111101 101000

Color Harmonies of #A52846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52846

Black with #A52846

Text Example


Text Example

White with #A52846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52846; }

 p { color: rgb(165,40,70); }

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

background-color css

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

 a { background-color: rgb(165,40,70); }

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

border-color css

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

 span { border-color: rgb(165,40,70); }

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