Shades of Mikado #433101
Tints of Mikado #433101
RGB
CMYK
RGB Variations
Color information
#433101 (or 0x433101) is known color: Mikado. HEX triplet: 43, 31 and 01. RGB value is (67,49,1). Sum of RGB (Red+Green+Blue) = 67+49+1=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #433101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433101 is #BCCEFE. Grayscale: #313131. Windows color (decimal): -12373759 or 78147. OLE color: 78147.
HSL color Cylindrical-coordinate representation of color #433101: hue angle of 43.64º 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 #433101 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.74 |
| HSL | 43.64º | 0.97% | 0.13% | - |
| HSV(B) | 43.64º | 0.99% | 0.26% | - |
| XYZ | 3.42 | 3.39 | 0.5 | - |
| YUV | 48.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 1 | 0 | 0.27 | 0.99 | 0.74 | 43.64 | 0.97 | 0.13 |
| Hex | 43 | 31 | 1 | 0 | 1B | 63 | 4A | 2C | 61 | D |
| Octal | 103 | 61 | 1 | 0 | 33 | 143 | 112 | 54 | 141 | 15 |
| Binary | 1000011 | 110001 | 1 | 0 | 11011 | 1100011 | 1001010 | 101100 | 1100001 | 1101 |
Color Harmonies of #433101
Complementary color
Monochromatic Colors of #433101
Black with #433101
Text Example
Text Example
White with #433101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433101; }
p { color: rgb(67,49,1); }
H1.HeaderClassName
{
color: #433101;
}
.AnyTagClassName
{
color: #433101;
}
</style>
background-color css
<style>
a { background-color: #433101; }
a { background-color: rgb(67,49,1); }
div.DivClassName
{
background-color: #433101;
}
.BgClassName
{
background-color: #433101;
}
</style>
border-color css
<style>
span { border-color: #433101; }
span { border-color: rgb(67,49,1); }
td.TdClassName
{
border-color: #433101;
}
.TagClassName
{
border-color: #433101;
}
</style>