#A13E42

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

Shades of Well Read #A13E42

Tints of Well Read #A13E42

Color information

#A13E42 (or 0xA13E42) is unknown color: approx Well Read. HEX triplet: A1, 3E and 42. RGB value is (161,62,66). Sum of RGB (Red+Green+Blue) = 161+62+66=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E42 is #5EC1BD. Grayscale: #5C5C5C. Windows color (decimal): -6209982 or 4341409. OLE color: 4341409.

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

Color convert

RGB1616266-
CMYK00.610.590.37
HSL357.58º44.39%43.73%-
HSV(B)357.58º61.49%63.14%-
XYZ17.411.426.44-
YUV92.06113.3177.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=55.71%
G=21.45%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161626600.610.590.37357.5844.3943.73
HexA13E4203D3B251662c2c
Octal2417610207573455465454
Binary1010000111111010000100111101111011100101101100110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E42; }

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

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

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

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

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

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

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

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