#A33F40

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

Shades of Well Read #A33F40

Tints of Well Read #A33F40

Color information

#A33F40 (or 0xA33F40) is unknown color: approx Well Read. HEX triplet: A3, 3F and 40. RGB value is (163,63,64). Sum of RGB (Red+Green+Blue) = 163+63+64=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F40 is #5CC0BF. Grayscale: #5D5D5D. Windows color (decimal): -6078656 or 4210595. OLE color: 4210595.

HSL color Cylindrical-coordinate representation of color #A33F40: hue angle of 359.4º 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 #A33F40 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1636364-
CMYK00.610.610.36
HSL359.4º44.25%44.31%-
HSV(B)359.4º61.35%63.92%-
XYZ17.8111.716.17-
YUV93.01111.63177.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=56.21%
G=21.72%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163636400.610.610.36359.444.2544.31
HexA33F4003D3D241672c2c
Octal2437710007575445475454
Binary1010001111111110000000111101111101100100101100111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F40; }

 p { color: rgb(163,63,64); }

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

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

 a { background-color: rgb(163,63,64); }

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

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

 span { border-color: rgb(163,63,64); }

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