Shades of Madras #534303
Tints of Madras #534303
RGB
CMYK
RGB Variations
Color information
#534303 (or 0x534303) is known color: Madras. HEX triplet: 53, 43 and 03. RGB value is (83,67,3). Sum of RGB (Red+Green+Blue) = 83+67+3=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #534303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534303 is #ACBCFC. Grayscale: #404040. Windows color (decimal): -11320573 or 213843. OLE color: 213843.
HSL color Cylindrical-coordinate representation of color #534303: hue angle of 48º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #534303 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 3 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.67 |
| HSL | 48º | 0.93% | 0.17% | - |
| HSV(B) | 48º | 0.96% | 0.33% | - |
| XYZ | 5.59 | 5.86 | 0.92 | - |
| YUV | 64.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 3 | 0 | 0.19 | 0.96 | 0.67 | 48 | 0.93 | 0.17 |
| Hex | 53 | 43 | 3 | 0 | 13 | 60 | 43 | 30 | 5D | 11 |
| Octal | 123 | 103 | 3 | 0 | 23 | 140 | 103 | 60 | 135 | 21 |
| Binary | 1010011 | 1000011 | 11 | 0 | 10011 | 1100000 | 1000011 | 110000 | 1011101 | 10001 |
Color Harmonies of #534303
Complementary color
Monochromatic Colors of #534303
Black with #534303
Text Example
Text Example
White with #534303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534303; }
p { color: rgb(83,67,3); }
H1.HeaderClassName
{
color: #534303;
}
.AnyTagClassName
{
color: #534303;
}
</style>
background-color css
<style>
a { background-color: #534303; }
a { background-color: rgb(83,67,3); }
div.DivClassName
{
background-color: #534303;
}
.BgClassName
{
background-color: #534303;
}
</style>
border-color css
<style>
span { border-color: #534303; }
span { border-color: rgb(83,67,3); }
td.TdClassName
{
border-color: #534303;
}
.TagClassName
{
border-color: #534303;
}
</style>