Html Css Color HEX #A61D4B Lipstick

📋 copy color: '#A61D4B'

red 166 ◦ green 29 ◦ blue 75

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

Shades of Lipstick #A61D4B

Tints of Lipstick #A61D4B

RGB

 RED value IS 166 (65.23% from 255) = 61.48%

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

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

R = 61.48%
G = 10.74%
B = 27.78%

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

#A61D4B (or 0xA61D4B) is known color: Lipstick. HEX triplet: A6, 1D and 4B. RGB value is (166,29,75). Sum of RGB (Red+Green+Blue) = 166+29+75=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D4B is #59E2B4. Grayscale: #4B4B4B. Windows color (decimal): -5890741 or 4922790. OLE color: 4922790.

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

Color convert

RGB 166 29 75 -
CMYK 0 0.83 0.55 0.35
HSL 339.85º 0.7% 0.38% -
HSV(B) 339.85º 0.83% 0.65% -
XYZ 17.44 9.49 7.57 -
YUV 75.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 166 29 75 0 0.83 0.55 0.35 339.85 0.7 0.38
Hex A6 1D 4B 0 53 37 23 154 46 26
Octal 246 35 113 0 123 67 43 524 106 46
Binary 10100110 11101 1001011 0 1010011 110111 100011 101010100 1000110 100110

Color Harmonies of #A61D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D4B

Black with #A61D4B

Text Example


Text Example

White with #A61D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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