Shades of Madras #423D01
Tints of Madras #423D01
RGB
CMYK
RGB Variations
Color information
#423D01 (or 0x423D01) is known color: Madras. HEX triplet: 42, 3D and 01. RGB value is (66,61,1). Sum of RGB (Red+Green+Blue) = 66+61+1=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #423D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D01 is #BDC2FE. Grayscale: #373737. Windows color (decimal): -12436223 or 81218. OLE color: 81218.
HSL color Cylindrical-coordinate representation of color #423D01: hue angle of 55.38º 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 #423D01 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 1 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.74 |
| HSL | 55.38º | 0.97% | 0.13% | - |
| HSV(B) | 55.38º | 0.98% | 0.26% | - |
| XYZ | 3.92 | 4.5 | 0.69 | - |
| YUV | 55.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 1 | 0 | 0.08 | 0.98 | 0.74 | 55.38 | 0.97 | 0.13 |
| Hex | 42 | 3D | 1 | 0 | 8 | 62 | 4A | 37 | 61 | D |
| Octal | 102 | 75 | 1 | 0 | 10 | 142 | 112 | 67 | 141 | 15 |
| Binary | 1000010 | 111101 | 1 | 0 | 1000 | 1100010 | 1001010 | 110111 | 1100001 | 1101 |
Color Harmonies of #423D01
Complementary color
Monochromatic Colors of #423D01
Black with #423D01
Text Example
Text Example
White with #423D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D01; }
p { color: rgb(66,61,1); }
H1.HeaderClassName
{
color: #423D01;
}
.AnyTagClassName
{
color: #423D01;
}
</style>
background-color css
<style>
a { background-color: #423D01; }
a { background-color: rgb(66,61,1); }
div.DivClassName
{
background-color: #423D01;
}
.BgClassName
{
background-color: #423D01;
}
</style>
border-color css
<style>
span { border-color: #423D01; }
span { border-color: rgb(66,61,1); }
td.TdClassName
{
border-color: #423D01;
}
.TagClassName
{
border-color: #423D01;
}
</style>