Html Css Color HEX #A52358 Lipstick

📋 copy color: '#A52358'

red 165 ◦ green 35 ◦ blue 88

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

Shades of Lipstick #A52358

Tints of Lipstick #A52358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 57.29%
G = 12.15%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A52358 (or 0xA52358) is known color: Lipstick. HEX triplet: A5, 23 and 58. RGB value is (165,35,88). Sum of RGB (Red+Green+Blue) = 165+35+88=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A52358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52358 is #5ADCA7. Grayscale: #4F4F4F. Windows color (decimal): -5954728 or 5776293. OLE color: 5776293.

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

Color convert

RGB 165 35 88 -
CMYK 0 0.79 0.47 0.35
HSL 335.54º 0.65% 0.39% -
HSV(B) 335.54º 0.79% 0.65% -
XYZ 17.88 9.91 10.2 -
YUV 79.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 165 35 88 0 0.79 0.47 0.35 335.54 0.65 0.39
Hex A5 23 58 0 4F 2F 23 150 41 27
Octal 245 43 130 0 117 57 43 520 101 47
Binary 10100101 100011 1011000 0 1001111 101111 100011 101010000 1000001 100111

Color Harmonies of #A52358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52358

Black with #A52358

Text Example


Text Example

White with #A52358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52358; }

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

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

background-color css

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

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

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

border-color css

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

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

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