#A33E41

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

Shades of Well Read #A33E41

Tints of Well Read #A33E41

Color information

#A33E41 (or 0xA33E41) is unknown color: approx Well Read. HEX triplet: A3, 3E and 41. RGB value is (163,62,65). Sum of RGB (Red+Green+Blue) = 163+62+65=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E41 is #5CC1BE. Grayscale: #5C5C5C. Windows color (decimal): -6078911 or 4275875. OLE color: 4275875.

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

Color convert

RGB1636265-
CMYK00.620.600.36
HSL358.22º44.89%44.12%-
HSV(B)358.22º61.96%63.92%-
XYZ17.7811.616.31-
YUV92.54112.46178.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=56.21%
G=21.38%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163626500.620.600.36358.2244.8944.12
HexA33E4103E3C241662d2c
Octal2437610107674445465554
Binary1010001111111010000010111110111100100100101100110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E41; }

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

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

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

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

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

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

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

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