Html Css Color HEX #A71D4B Lipstick

📋 copy color: '#A71D4B'

red 167 ◦ green 29 ◦ blue 75

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

Shades of Lipstick #A71D4B

Tints of Lipstick #A71D4B

RGB

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

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

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

R = 61.62%
G = 10.7%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A71D4B (or 0xA71D4B) is known color: Lipstick. HEX triplet: A7, 1D and 4B. RGB value is (167,29,75). Sum of RGB (Red+Green+Blue) = 167+29+75=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D4B is #58E2B4. Grayscale: #4B4B4B. Windows color (decimal): -5825205 or 4922791. OLE color: 4922791.

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

Color convert

RGB 167 29 75 -
CMYK 0 0.83 0.55 0.35
HSL 340º 0.7% 0.38% -
HSV(B) 340º 0.83% 0.65% -
XYZ 17.65 9.6 7.58 -
YUV 75.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 167 29 75 0 0.83 0.55 0.35 340 0.7 0.38
Hex A7 1D 4B 0 53 37 23 154 46 26
Octal 247 35 113 0 123 67 43 524 106 46
Binary 10100111 11101 1001011 0 1010011 110111 100011 101010100 1000110 100110

Color Harmonies of #A71D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D4B

Black with #A71D4B

Text Example


Text Example

White with #A71D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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