#A13A3D

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

Shades of Well Read #A13A3D

Tints of Well Read #A13A3D

Color information

#A13A3D (or 0xA13A3D) is unknown color: approx Well Read. HEX triplet: A1, 3A and 3D. RGB value is (161,58,61). Sum of RGB (Red+Green+Blue) = 161+58+61=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13A3D is #5EC5C2. Grayscale: #595959. Windows color (decimal): -6211011 or 4012705. OLE color: 4012705.

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

Color convert

RGB1615861-
CMYK00.640.620.37
HSL358.25º47.03%42.94%-
HSV(B)358.25º63.98%63.14%-
XYZ17.0510.945.63-
YUV89.14112.12179.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.5%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=57.5%
G=20.71%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161586100.640.620.37358.2547.0342.94
HexA13A3D0403E251662f2b
Octal2417275010076455465753
Binary1010000111101011110101000000111110100101101100110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A3D; }

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

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

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

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

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

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

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

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