Shades of Mikado #443501
Tints of Mikado #443501
RGB
CMYK
RGB Variations
Color information
#443501 (or 0x443501) is known color: Mikado. HEX triplet: 44, 35 and 01. RGB value is (68,53,1). Sum of RGB (Red+Green+Blue) = 68+53+1=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #443501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443501 is #BBCAFE. Grayscale: #333333. Windows color (decimal): -12307199 or 79172. OLE color: 79172.
HSL color Cylindrical-coordinate representation of color #443501: hue angle of 46.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #443501 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 53 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.73 |
| HSL | 46.57º | 0.97% | 0.14% | - |
| HSV(B) | 46.57º | 0.99% | 0.27% | - |
| XYZ | 3.66 | 3.78 | 0.56 | - |
| YUV | 51.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 1 | 0 | 0.22 | 0.99 | 0.73 | 46.57 | 0.97 | 0.14 |
| Hex | 44 | 35 | 1 | 0 | 16 | 63 | 49 | 2F | 61 | E |
| Octal | 104 | 65 | 1 | 0 | 26 | 143 | 111 | 57 | 141 | 16 |
| Binary | 1000100 | 110101 | 1 | 0 | 10110 | 1100011 | 1001001 | 101111 | 1100001 | 1110 |
Color Harmonies of #443501
Complementary color
Monochromatic Colors of #443501
Black with #443501
Text Example
Text Example
White with #443501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443501; }
p { color: rgb(68,53,1); }
H1.HeaderClassName
{
color: #443501;
}
.AnyTagClassName
{
color: #443501;
}
</style>
background-color css
<style>
a { background-color: #443501; }
a { background-color: rgb(68,53,1); }
div.DivClassName
{
background-color: #443501;
}
.BgClassName
{
background-color: #443501;
}
</style>
border-color css
<style>
span { border-color: #443501; }
span { border-color: rgb(68,53,1); }
td.TdClassName
{
border-color: #443501;
}
.TagClassName
{
border-color: #443501;
}
</style>