Shades of Madras #453901
Tints of Madras #453901
RGB
CMYK
RGB Variations
Color information
#453901 (or 0x453901) is known color: Madras. HEX triplet: 45, 39 and 01. RGB value is (69,57,1). Sum of RGB (Red+Green+Blue) = 69+57+1=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #453901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453901 is #BAC6FE. Grayscale: #363636. Windows color (decimal): -12240639 or 80197. OLE color: 80197.
HSL color Cylindrical-coordinate representation of color #453901: hue angle of 49.41º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #453901 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 57 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.73 |
| HSL | 49.41º | 0.97% | 0.14% | - |
| HSV(B) | 49.41º | 0.99% | 0.27% | - |
| XYZ | 3.92 | 4.19 | 0.63 | - |
| YUV | 54.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 57 | 1 | 0 | 0.17 | 0.99 | 0.73 | 49.41 | 0.97 | 0.14 |
| Hex | 45 | 39 | 1 | 0 | 11 | 63 | 49 | 31 | 61 | E |
| Octal | 105 | 71 | 1 | 0 | 21 | 143 | 111 | 61 | 141 | 16 |
| Binary | 1000101 | 111001 | 1 | 0 | 10001 | 1100011 | 1001001 | 110001 | 1100001 | 1110 |
Color Harmonies of #453901
Complementary color
Monochromatic Colors of #453901
Black with #453901
Text Example
Text Example
White with #453901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453901; }
p { color: rgb(69,57,1); }
H1.HeaderClassName
{
color: #453901;
}
.AnyTagClassName
{
color: #453901;
}
</style>
background-color css
<style>
a { background-color: #453901; }
a { background-color: rgb(69,57,1); }
div.DivClassName
{
background-color: #453901;
}
.BgClassName
{
background-color: #453901;
}
</style>
border-color css
<style>
span { border-color: #453901; }
span { border-color: rgb(69,57,1); }
td.TdClassName
{
border-color: #453901;
}
.TagClassName
{
border-color: #453901;
}
</style>