Html Css Color HEX #A13258 Lipstick

📋 copy color: '#A13258'

red 161 ◦ green 50 ◦ blue 88

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

Shades of Lipstick #A13258

Tints of Lipstick #A13258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 53.85%
G = 16.72%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A13258 (or 0xA13258) is known color: Lipstick. HEX triplet: A1, 32 and 58. RGB value is (161,50,88). Sum of RGB (Red+Green+Blue) = 161+50+88=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A13258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13258 is #5ECDA7. Grayscale: #575757. Windows color (decimal): -6213032 or 5780129. OLE color: 5780129.

HSL color Cylindrical-coordinate representation of color #A13258: hue angle of 339.46º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13258 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 88 -
CMYK 0 0.69 0.45 0.37
HSL 339.46º 0.53% 0.41% -
HSV(B) 339.46º 0.69% 0.63% -
XYZ 17.6 10.56 10.34 -
YUV 87.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 161 50 88 0 0.69 0.45 0.37 339.46 0.53 0.41
Hex A1 32 58 0 45 2D 25 153 35 29
Octal 241 62 130 0 105 55 45 523 65 51
Binary 10100001 110010 1011000 0 1000101 101101 100101 101010011 110101 101001

Color Harmonies of #A13258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13258

Black with #A13258

Text Example


Text Example

White with #A13258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13258; }

 p { color: rgb(161,50,88); }

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

background-color css

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

 a { background-color: rgb(161,50,88); }

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

border-color css

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

 span { border-color: rgb(161,50,88); }

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