#A13E40

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

Shades of Well Read #A13E40

Tints of Well Read #A13E40

Color information

#A13E40 (or 0xA13E40) is unknown color: approx Well Read. HEX triplet: A1, 3E and 40. RGB value is (161,62,64). Sum of RGB (Red+Green+Blue) = 161+62+64=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E40 is #5EC1BF. Grayscale: #5B5B5B. Windows color (decimal): -6209984 or 4210337. OLE color: 4210337.

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

Color convert

RGB1616264-
CMYK00.610.600.37
HSL358.79º44.39%43.73%-
HSV(B)358.79º61.49%63.14%-
XYZ17.3511.396.14-
YUV91.83112.3177.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=56.10%
G=21.60%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161626400.610.600.37358.7944.3943.73
HexA13E4003D3C251672c2c
Octal2417610007574455475454
Binary1010000111111010000000111101111100100101101100111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E40; }

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

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

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

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

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

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

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

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