Shades of Madras #423A01
Tints of Madras #423A01
RGB
CMYK
RGB Variations
Color information
#423A01 (or 0x423A01) is known color: Madras. HEX triplet: 42, 3A and 01. RGB value is (66,58,1). Sum of RGB (Red+Green+Blue) = 66+58+1=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #423A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A01 is #BDC5FE. Grayscale: #363636. Windows color (decimal): -12436991 or 80450. OLE color: 80450.
HSL color Cylindrical-coordinate representation of color #423A01: hue angle of 52.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #423A01 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 1 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.74 |
| HSL | 52.62º | 0.97% | 0.13% | - |
| HSV(B) | 52.62º | 0.98% | 0.26% | - |
| XYZ | 3.77 | 4.19 | 0.64 | - |
| YUV | 53.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 1 | 0 | 0.12 | 0.98 | 0.74 | 52.62 | 0.97 | 0.13 |
| Hex | 42 | 3A | 1 | 0 | C | 62 | 4A | 35 | 61 | D |
| Octal | 102 | 72 | 1 | 0 | 14 | 142 | 112 | 65 | 141 | 15 |
| Binary | 1000010 | 111010 | 1 | 0 | 1100 | 1100010 | 1001010 | 110101 | 1100001 | 1101 |
Color Harmonies of #423A01
Complementary color
Monochromatic Colors of #423A01
Black with #423A01
Text Example
Text Example
White with #423A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A01; }
p { color: rgb(66,58,1); }
H1.HeaderClassName
{
color: #423A01;
}
.AnyTagClassName
{
color: #423A01;
}
</style>
background-color css
<style>
a { background-color: #423A01; }
a { background-color: rgb(66,58,1); }
div.DivClassName
{
background-color: #423A01;
}
.BgClassName
{
background-color: #423A01;
}
</style>
border-color css
<style>
span { border-color: #423A01; }
span { border-color: rgb(66,58,1); }
td.TdClassName
{
border-color: #423A01;
}
.TagClassName
{
border-color: #423A01;
}
</style>