Shades of Madras #433A01
Tints of Madras #433A01
RGB
CMYK
RGB Variations
Color information
#433A01 (or 0x433A01) is known color: Madras. HEX triplet: 43, 3A and 01. RGB value is (67,58,1). Sum of RGB (Red+Green+Blue) = 67+58+1=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #433A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433A01 is #BCC5FE. Grayscale: #363636. Windows color (decimal): -12371455 or 80451. OLE color: 80451.
HSL color Cylindrical-coordinate representation of color #433A01: hue angle of 51.82º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #433A01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 58 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.74 |
| HSL | 51.82º | 0.97% | 0.13% | - |
| HSV(B) | 51.82º | 0.99% | 0.26% | - |
| XYZ | 3.83 | 4.22 | 0.64 | - |
| YUV | 54.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 1 | 0 | 0.13 | 0.99 | 0.74 | 51.82 | 0.97 | 0.13 |
| Hex | 43 | 3A | 1 | 0 | D | 63 | 4A | 34 | 61 | D |
| Octal | 103 | 72 | 1 | 0 | 15 | 143 | 112 | 64 | 141 | 15 |
| Binary | 1000011 | 111010 | 1 | 0 | 1101 | 1100011 | 1001010 | 110100 | 1100001 | 1101 |
Color Harmonies of #433A01
Complementary color
Monochromatic Colors of #433A01
Black with #433A01
Text Example
Text Example
White with #433A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433A01; }
p { color: rgb(67,58,1); }
H1.HeaderClassName
{
color: #433A01;
}
.AnyTagClassName
{
color: #433A01;
}
</style>
background-color css
<style>
a { background-color: #433A01; }
a { background-color: rgb(67,58,1); }
div.DivClassName
{
background-color: #433A01;
}
.BgClassName
{
background-color: #433A01;
}
</style>
border-color css
<style>
span { border-color: #433A01; }
span { border-color: rgb(67,58,1); }
td.TdClassName
{
border-color: #433A01;
}
.TagClassName
{
border-color: #433A01;
}
</style>