Html Css Color HEX #A5214B Lipstick

📋 copy color: '#A5214B'

red 165 ◦ green 33 ◦ blue 75

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

Shades of Lipstick #A5214B

Tints of Lipstick #A5214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 60.44%
G = 12.09%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5214B (or 0xA5214B) is known color: Lipstick. HEX triplet: A5, 21 and 4B. RGB value is (165,33,75). Sum of RGB (Red+Green+Blue) = 165+33+75=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5214B is #5ADEB4. Grayscale: #4D4D4D. Windows color (decimal): -5955253 or 4923813. OLE color: 4923813.

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

Color convert

RGB 165 33 75 -
CMYK 0 0.8 0.55 0.35
HSL 340.91º 0.67% 0.39% -
HSV(B) 340.91º 0.8% 0.65% -
XYZ 17.33 9.6 7.6 -
YUV 77.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 165 33 75 0 0.8 0.55 0.35 340.91 0.67 0.39
Hex A5 21 4B 0 50 37 23 155 43 27
Octal 245 41 113 0 120 67 43 525 103 47
Binary 10100101 100001 1001011 0 1010000 110111 100011 101010101 1000011 100111

Color Harmonies of #A5214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5214B

Black with #A5214B

Text Example


Text Example

White with #A5214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5214B; }

 p { color: rgb(165,33,75); }

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

background-color css

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

 a { background-color: rgb(165,33,75); }

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

border-color css

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

 span { border-color: rgb(165,33,75); }

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