Html Css Color HEX #A12448 Lipstick

📋 copy color: '#A12448'

red 161 ◦ green 36 ◦ blue 72

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

Shades of Lipstick #A12448

Tints of Lipstick #A12448

RGB

 RED value IS 161 (63.28% from 255) = 59.85%

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 59.85%
G = 13.38%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A12448 (or 0xA12448) is known color: Lipstick. HEX triplet: A1, 24 and 48. RGB value is (161,36,72). Sum of RGB (Red+Green+Blue) = 161+36+72=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A12448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12448 is #5EDBB7. Grayscale: #4D4D4D. Windows color (decimal): -6216632 or 4727969. OLE color: 4727969.

HSL color Cylindrical-coordinate representation of color #A12448: hue angle of 342.72º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12448 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 36 72 -
CMYK 0 0.78 0.55 0.37
HSL 342.72º 0.63% 0.39% -
HSV(B) 342.72º 0.78% 0.63% -
XYZ 16.5 9.31 7.06 -
YUV 77.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 161 36 72 0 0.78 0.55 0.37 342.72 0.63 0.39
Hex A1 24 48 0 4E 37 25 157 3F 27
Octal 241 44 110 0 116 67 45 527 77 47
Binary 10100001 100100 1001000 0 1001110 110111 100101 101010111 111111 100111

Color Harmonies of #A12448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12448

Black with #A12448

Text Example


Text Example

White with #A12448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12448; }

 p { color: rgb(161,36,72); }

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

background-color css

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

 a { background-color: rgb(161,36,72); }

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

border-color css

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

 span { border-color: rgb(161,36,72); }

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