#A13A40

Color #A13A40 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #A13A40

Tints of Well Read #A13A40

Color information

#A13A40 (or 0xA13A40) is unknown color: approx Well Read. HEX triplet: A1, 3A and 40. RGB value is (161,58,64). Sum of RGB (Red+Green+Blue) = 161+58+64=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13A40 is #5EC5BF. Grayscale: #595959. Windows color (decimal): -6211008 or 4209313. OLE color: 4209313.

HSL color Cylindrical-coordinate representation of color #A13A40: hue angle of 356.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13A40 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1615864-
CMYK00.640.600.37
HSL356.5º47.03%42.94%-
HSV(B)356.5º63.98%63.14%-
XYZ17.1410.976.07-
YUV89.48113.62179.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=56.89%
G=20.49%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161586400.640.600.37356.547.0342.94
HexA13A400403C251652f2b
Octal24172100010074455455753
Binary10100001111010100000001000000111100100101101100101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A40; }

 p { color: rgb(161,58,64); }

 H1.HeaderClassName
 {
   color: #A13A40;
 }
 .AnyTagClassName
 {
   color: #A13A40;
 }
</style>
background-color css

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

 a { background-color: rgb(161,58,64); }

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

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

 span { border-color: rgb(161,58,64); }

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