Shades of Madras #534002
Tints of Madras #534002
RGB
CMYK
RGB Variations
Color information
#534002 (or 0x534002) is known color: Madras. HEX triplet: 53, 40 and 02. RGB value is (83,64,2). Sum of RGB (Red+Green+Blue) = 83+64+2=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #534002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534002 is #ACBFFD. Grayscale: #3E3E3E. Windows color (decimal): -11321342 or 147539. OLE color: 147539.
HSL color Cylindrical-coordinate representation of color #534002: hue angle of 45.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #534002 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 2 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.67 |
| HSL | 45.93º | 0.95% | 0.17% | - |
| HSV(B) | 45.93º | 0.98% | 0.33% | - |
| XYZ | 5.41 | 5.51 | 0.84 | - |
| YUV | 62.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 2 | 0 | 0.23 | 0.98 | 0.67 | 45.93 | 0.95 | 0.17 |
| Hex | 53 | 40 | 2 | 0 | 17 | 62 | 43 | 2E | 5F | 11 |
| Octal | 123 | 100 | 2 | 0 | 27 | 142 | 103 | 56 | 137 | 21 |
| Binary | 1010011 | 1000000 | 10 | 0 | 10111 | 1100010 | 1000011 | 101110 | 1011111 | 10001 |
Color Harmonies of #534002
Complementary color
Monochromatic Colors of #534002
Black with #534002
Text Example
Text Example
White with #534002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534002; }
p { color: rgb(83,64,2); }
H1.HeaderClassName
{
color: #534002;
}
.AnyTagClassName
{
color: #534002;
}
</style>
background-color css
<style>
a { background-color: #534002; }
a { background-color: rgb(83,64,2); }
div.DivClassName
{
background-color: #534002;
}
.BgClassName
{
background-color: #534002;
}
</style>
border-color css
<style>
span { border-color: #534002; }
span { border-color: rgb(83,64,2); }
td.TdClassName
{
border-color: #534002;
}
.TagClassName
{
border-color: #534002;
}
</style>