Shades of Madras #533D01
Tints of Madras #533D01
RGB
CMYK
RGB Variations
Color information
#533D01 (or 0x533D01) is known color: Madras. HEX triplet: 53, 3D and 01. RGB value is (83,61,1). Sum of RGB (Red+Green+Blue) = 83+61+1=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #533D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D01 is #ACC2FE. Grayscale: #3C3C3C. Windows color (decimal): -11322111 or 81235. OLE color: 81235.
HSL color Cylindrical-coordinate representation of color #533D01: hue angle of 43.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #533D01 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.67 |
| HSL | 43.9º | 0.98% | 0.16% | - |
| HSV(B) | 43.9º | 0.99% | 0.33% | - |
| XYZ | 5.24 | 5.18 | 0.75 | - |
| YUV | 60.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 1 | 0 | 0.27 | 0.99 | 0.67 | 43.9 | 0.98 | 0.16 |
| Hex | 53 | 3D | 1 | 0 | 1B | 63 | 43 | 2C | 62 | 10 |
| Octal | 123 | 75 | 1 | 0 | 33 | 143 | 103 | 54 | 142 | 20 |
| Binary | 1010011 | 111101 | 1 | 0 | 11011 | 1100011 | 1000011 | 101100 | 1100010 | 10000 |
Color Harmonies of #533D01
Complementary color
Monochromatic Colors of #533D01
Black with #533D01
Text Example
Text Example
White with #533D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D01; }
p { color: rgb(83,61,1); }
H1.HeaderClassName
{
color: #533D01;
}
.AnyTagClassName
{
color: #533D01;
}
</style>
background-color css
<style>
a { background-color: #533D01; }
a { background-color: rgb(83,61,1); }
div.DivClassName
{
background-color: #533D01;
}
.BgClassName
{
background-color: #533D01;
}
</style>
border-color css
<style>
span { border-color: #533D01; }
span { border-color: rgb(83,61,1); }
td.TdClassName
{
border-color: #533D01;
}
.TagClassName
{
border-color: #533D01;
}
</style>