#A13D42

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

Shades of Well Read #A13D42

Tints of Well Read #A13D42

Color information

#A13D42 (or 0xA13D42) is unknown color: approx Well Read. HEX triplet: A1, 3D and 42. RGB value is (161,61,66). Sum of RGB (Red+Green+Blue) = 161+61+66=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D42 is #5EC2BD. Grayscale: #5B5B5B. Windows color (decimal): -6210238 or 4341153. OLE color: 4341153.

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

Color convert

RGB1616166-
CMYK00.620.590.37
HSL357º45.05%43.53%-
HSV(B)357º62.11%63.14%-
XYZ17.3511.316.42-
YUV91.47113.63177.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.90%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=55.90%
G=21.18%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161616600.620.590.3735745.0543.53
HexA13D4203E3B251652d2c
Octal2417510207673455455554
Binary1010000111110110000100111110111011100101101100101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D42; }

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

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

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

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

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

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

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

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