#A13741

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

Shades of Well Read #A13741

Tints of Well Read #A13741

Color information

#A13741 (or 0xA13741) is unknown color: approx Well Read. HEX triplet: A1, 37 and 41. RGB value is (161,55,65). Sum of RGB (Red+Green+Blue) = 161+55+65=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A13741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13741 is #5EC8BE. Grayscale: #575757. Windows color (decimal): -6211775 or 4274081. OLE color: 4274081.

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

Color convert

RGB1615565-
CMYK00.660.600.37
HSL354.34º49.07%42.35%-
HSV(B)354.34º65.84%63.14%-
XYZ17.0210.696.17-
YUV87.83115.12180.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=57.30%
G=19.57%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161556500.660.600.37354.3449.0742.35
HexA137410423C25162312a
Octal24167101010274455426152
Binary10100001110111100000101000010111100100101101100010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13741; }

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

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

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

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

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

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

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

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