Html Css Color HEX #A5235A Lipstick

📋 copy color: '#A5235A'

red 165 ◦ green 35 ◦ blue 90

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

Shades of Lipstick #A5235A

Tints of Lipstick #A5235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 56.9%
G = 12.07%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5235A (or 0xA5235A) is known color: Lipstick. HEX triplet: A5, 23 and 5A. RGB value is (165,35,90). Sum of RGB (Red+Green+Blue) = 165+35+90=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5235A is #5ADCA5. Grayscale: #505050. Windows color (decimal): -5954726 or 5907365. OLE color: 5907365.

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

Color convert

RGB 165 35 90 -
CMYK 0 0.79 0.45 0.35
HSL 334.62º 0.65% 0.39% -
HSV(B) 334.62º 0.79% 0.65% -
XYZ 17.96 9.94 10.64 -
YUV 80.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 165 35 90 0 0.79 0.45 0.35 334.62 0.65 0.39
Hex A5 23 5A 0 4F 2D 23 14F 41 27
Octal 245 43 132 0 117 55 43 517 101 47
Binary 10100101 100011 1011010 0 1001111 101101 100011 101001111 1000001 100111

Color Harmonies of #A5235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5235A

Black with #A5235A

Text Example


Text Example

White with #A5235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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