Html Css Color HEX #A71D54 Lipstick

📋 copy color: '#A71D54'

red 167 ◦ green 29 ◦ blue 84

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

Shades of Lipstick #A71D54

Tints of Lipstick #A71D54

RGB

 RED value IS 167 (65.63% from 255) = 59.64%

 GREEN value IS 29 (11.72% from 255) = 10.36%

 BLUE value IS 84 (33.2% from 255) = 30%

R = 59.64%
G = 10.36%
B = 30%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A71D54 (or 0xA71D54) is known color: Lipstick. HEX triplet: A7, 1D and 54. RGB value is (167,29,84). Sum of RGB (Red+Green+Blue) = 167+29+84=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71D54 is #58E2AB. Grayscale: #4C4C4C. Windows color (decimal): -5825196 or 5512615. OLE color: 5512615.

HSL color Cylindrical-coordinate representation of color #A71D54: hue angle of 336.09º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71D54 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 29 84 -
CMYK 0 0.83 0.50 0.35
HSL 336.09º 0.7% 0.38% -
HSV(B) 336.09º 0.83% 0.65% -
XYZ 17.98 9.73 9.32 -
YUV 76.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 167 29 84 0 0.83 0.50 0.35 336.09 0.7 0.38
Hex A7 1D 54 0 53 32 23 150 46 26
Octal 247 35 124 0 123 62 43 520 106 46
Binary 10100111 11101 1010100 0 1010011 110010 100011 101010000 1000110 100110

Color Harmonies of #A71D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D54

Black with #A71D54

Text Example


Text Example

White with #A71D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D54; }

 p { color: rgb(167,29,84); }

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

background-color css

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

 a { background-color: rgb(167,29,84); }

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

border-color css

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

 span { border-color: rgb(167,29,84); }

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