#A33F41

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

Shades of Well Read #A33F41

Tints of Well Read #A33F41

Color information

#A33F41 (or 0xA33F41) is unknown color: approx Well Read. HEX triplet: A3, 3F and 41. RGB value is (163,63,65). Sum of RGB (Red+Green+Blue) = 163+63+65=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F41 is #5CC0BE. Grayscale: #5D5D5D. Windows color (decimal): -6078655 or 4276131. OLE color: 4276131.

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

Color convert

RGB1636365-
CMYK00.610.600.36
HSL358.8º44.25%44.31%-
HSV(B)358.8º61.35%63.92%-
XYZ17.8411.726.32-
YUV93.13112.13177.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=56.01%
G=21.65%
B=22.34%

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
Decimal163636500.610.600.36358.844.2544.31
HexA33F4103D3C241672c2c
Octal2437710107574445475454
Binary1010001111111110000010111101111100100100101100111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F41; }

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

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

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

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

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

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

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

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