Html Css Color HEX #A61545 Lipstick

📋 copy color: '#A61545'

red 166 ◦ green 21 ◦ blue 69

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

Shades of Lipstick #A61545

Tints of Lipstick #A61545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 69 (27.34% from 255) = 26.95%

R = 64.84%
G = 8.2%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A61545 (or 0xA61545) is known color: Lipstick. HEX triplet: A6, 15 and 45. RGB value is (166,21,69). Sum of RGB (Red+Green+Blue) = 166+21+69=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A61545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61545 is #59EABA. Grayscale: #454545. Windows color (decimal): -5892795 or 4527526. OLE color: 4527526.

HSL color Cylindrical-coordinate representation of color #A61545: hue angle of 340.14º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61545 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 69 -
CMYK 0 0.87 0.58 0.35
HSL 340.14º 0.78% 0.37% -
HSV(B) 340.14º 0.87% 0.65% -
XYZ 17.07 9.07 6.48 -
YUV 69.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 166 21 69 0 0.87 0.58 0.35 340.14 0.78 0.37
Hex A6 15 45 0 57 3A 23 154 4E 25
Octal 246 25 105 0 127 72 43 524 116 45
Binary 10100110 10101 1000101 0 1010111 111010 100011 101010100 1001110 100101

Color Harmonies of #A61545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61545

Black with #A61545

Text Example


Text Example

White with #A61545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61545; }

 p { color: rgb(166,21,69); }

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

background-color css

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

 a { background-color: rgb(166,21,69); }

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

border-color css

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

 span { border-color: rgb(166,21,69); }

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