Shades of Well Read #A33D3F
Tints of Well Read #A33D3F
RGB
CMYK
RGB Variations
Color information
#A33D3F (or 0xA33D3F) is known color: Well Read. HEX triplet: A3, 3D and 3F. RGB value is (163,61,63). Sum of RGB (Red+Green+Blue) = 163+61+63=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D3F is #5CC2C0. Grayscale: #5B5B5B. Windows color (decimal): -6079169 or 4144547. OLE color: 4144547.
HSL color Cylindrical-coordinate representation of color #A33D3F: hue angle of 358.82º 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 #A33D3F is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 63 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.36 |
| HSL | 358.82º | 0.46% | 0.44% | - |
| HSV(B) | 358.82º | 0.63% | 0.64% | - |
| XYZ | 17.67 | 11.48 | 5.99 | - |
| YUV | 91.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 63 | 0 | 0.63 | 0.61 | 0.36 | 358.82 | 0.46 | 0.44 |
| Hex | A3 | 3D | 3F | 0 | 3F | 3D | 24 | 167 | 2E | 2C |
| Octal | 243 | 75 | 77 | 0 | 77 | 75 | 44 | 547 | 56 | 54 |
| Binary | 10100011 | 111101 | 111111 | 0 | 111111 | 111101 | 100100 | 101100111 | 101110 | 101100 |
Color Harmonies of #A33D3F
Complementary color
Monochromatic Colors of #A33D3F
Black with #A33D3F
Text Example
Text Example
White with #A33D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D3F; }
p { color: rgb(163,61,63); }
H1.HeaderClassName
{
color: #A33D3F;
}
.AnyTagClassName
{
color: #A33D3F;
}
</style>
background-color css
<style>
a { background-color: #A33D3F; }
a { background-color: rgb(163,61,63); }
div.DivClassName
{
background-color: #A33D3F;
}
.BgClassName
{
background-color: #A33D3F;
}
</style>
border-color css
<style>
span { border-color: #A33D3F; }
span { border-color: rgb(163,61,63); }
td.TdClassName
{
border-color: #A33D3F;
}
.TagClassName
{
border-color: #A33D3F;
}
</style>