Shades of Mikado #433401
Tints of Mikado #433401
RGB
CMYK
RGB Variations
Color information
#433401 (or 0x433401) is known color: Mikado. HEX triplet: 43, 34 and 01. RGB value is (67,52,1). Sum of RGB (Red+Green+Blue) = 67+52+1=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #433401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433401 is #BCCBFE. Grayscale: #323232. Windows color (decimal): -12372991 or 78915. OLE color: 78915.
HSL color Cylindrical-coordinate representation of color #433401: hue angle of 46.36º 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 #433401 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 52 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.74 |
| HSL | 46.36º | 0.97% | 0.13% | - |
| HSV(B) | 46.36º | 0.99% | 0.26% | - |
| XYZ | 3.55 | 3.65 | 0.55 | - |
| YUV | 50.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 1 | 0 | 0.22 | 0.99 | 0.74 | 46.36 | 0.97 | 0.13 |
| Hex | 43 | 34 | 1 | 0 | 16 | 63 | 4A | 2E | 61 | D |
| Octal | 103 | 64 | 1 | 0 | 26 | 143 | 112 | 56 | 141 | 15 |
| Binary | 1000011 | 110100 | 1 | 0 | 10110 | 1100011 | 1001010 | 101110 | 1100001 | 1101 |
Color Harmonies of #433401
Complementary color
Monochromatic Colors of #433401
Black with #433401
Text Example
Text Example
White with #433401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433401; }
p { color: rgb(67,52,1); }
H1.HeaderClassName
{
color: #433401;
}
.AnyTagClassName
{
color: #433401;
}
</style>
background-color css
<style>
a { background-color: #433401; }
a { background-color: rgb(67,52,1); }
div.DivClassName
{
background-color: #433401;
}
.BgClassName
{
background-color: #433401;
}
</style>
border-color css
<style>
span { border-color: #433401; }
span { border-color: rgb(67,52,1); }
td.TdClassName
{
border-color: #433401;
}
.TagClassName
{
border-color: #433401;
}
</style>