#A13841

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

Shades of Well Read #A13841

Tints of Well Read #A13841

Color information

#A13841 (or 0xA13841) is unknown color: approx Well Read. HEX triplet: A1, 38 and 41. RGB value is (161,56,65). Sum of RGB (Red+Green+Blue) = 161+56+65=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A13841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13841 is #5EC7BE. Grayscale: #585858. Windows color (decimal): -6211519 or 4274337. OLE color: 4274337.

HSL color Cylindrical-coordinate representation of color #A13841: hue angle of 354.86º 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 #A13841 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1615665-
CMYK00.650.600.37
HSL354.86º48.39%42.55%-
HSV(B)354.86º65.22%63.14%-
XYZ17.0710.796.18-
YUV88.42114.79179.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=57.09%
G=19.86%
B=23.05%

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
Decimal161566500.650.600.37354.8648.3942.55
HexA138410413C25163302b
Octal24170101010174455436053
Binary10100001111000100000101000001111100100101101100011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13841; }

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

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

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

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

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

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

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

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