#A13941

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

Shades of Well Read #A13941

Tints of Well Read #A13941

Color information

#A13941 (or 0xA13941) is unknown color: approx Well Read. HEX triplet: A1, 39 and 41. RGB value is (161,57,65). Sum of RGB (Red+Green+Blue) = 161+57+65=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A13941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13941 is #5EC6BE. Grayscale: #595959. Windows color (decimal): -6211263 or 4274593. OLE color: 4274593.

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

Color convert

RGB1615765-
CMYK00.650.600.37
HSL355.38º47.71%42.75%-
HSV(B)355.38º64.6%63.14%-
XYZ17.1210.886.2-
YUV89.01114.46179.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=56.89%
G=20.14%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161576500.650.600.37355.3847.7142.75
HexA139410413C25163302b
Octal24171101010174455436053
Binary10100001111001100000101000001111100100101101100011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13941; }

 p { color: rgb(161,57,65); }

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

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

 a { background-color: rgb(161,57,65); }

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

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

 span { border-color: rgb(161,57,65); }

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