#A23F41

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

Shades of Well Read #A23F41

Tints of Well Read #A23F41

Color information

#A23F41 (or 0xA23F41) is unknown color: approx Well Read. HEX triplet: A2, 3F and 41. RGB value is (162,63,65). Sum of RGB (Red+Green+Blue) = 162+63+65=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F41 is #5DC0BE. Grayscale: #5C5C5C. Windows color (decimal): -6144191 or 4276130. OLE color: 4276130.

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

Color convert

RGB1626365-
CMYK00.610.600.36
HSL358.79º44%44.12%-
HSV(B)358.79º61.11%63.53%-
XYZ17.6311.626.31-
YUV92.83112.3177.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=55.86%
G=21.72%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162636500.610.600.36358.794444.12
HexA23F4103D3C241672c2c
Octal2427710107574445475454
Binary1010001011111110000010111101111100100100101100111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F41; }

 p { color: rgb(162,63,65); }

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

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

 a { background-color: rgb(162,63,65); }

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

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

 span { border-color: rgb(162,63,65); }

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