#a33d41

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

Shades of Well Read #A33D41

Tints of Well Read #A33D41

Color information

#A33D41 (or 0xA33D41) is unknown color: approx Well Read. HEX triplet: A3, 3D and 41. RGB value is (163,61,65). Sum of RGB (Red+Green+Blue) = 163+61+65=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D41 is #5CC2BE. Grayscale: #5C5C5C. Windows color (decimal): -6079167 or 4275619. OLE color: 4275619.

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

Color convert

RGB1636165-
CMYK00.630.600.36
HSL357.65º45.54%43.92%-
HSV(B)357.65º62.58%63.92%-
XYZ17.7311.516.29-
YUV91.95112.79178.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=56.40%
G=21.11%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163616500.630.600.36357.6545.5443.92
HexA33D4103F3C241662e2c
Octal2437510107774445465654
Binary1010001111110110000010111111111100100100101100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33d41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33d41; }

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

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

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

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

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

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

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

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