Shades of Mikado #43310B
Tints of Mikado #43310B
RGB
CMYK
RGB Variations
Color information
#43310B (or 0x43310B) is known color: Mikado. HEX triplet: 43, 31 and 0B. RGB value is (67,49,11). Sum of RGB (Red+Green+Blue) = 67+49+11=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #43310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43310B is #BCCEF4. Grayscale: #323232. Windows color (decimal): -12373749 or 733507. OLE color: 733507.
HSL color Cylindrical-coordinate representation of color #43310B: hue angle of 40.71º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43310B is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 11 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.74 |
| HSL | 40.71º | 0.72% | 0.15% | - |
| HSV(B) | 40.71º | 0.84% | 0.26% | - |
| XYZ | 3.47 | 3.41 | 0.79 | - |
| YUV | 50.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 11 | 0 | 0.27 | 0.84 | 0.74 | 40.71 | 0.72 | 0.15 |
| Hex | 43 | 31 | B | 0 | 1B | 54 | 4A | 29 | 48 | F |
| Octal | 103 | 61 | 13 | 0 | 33 | 124 | 112 | 51 | 110 | 17 |
| Binary | 1000011 | 110001 | 1011 | 0 | 11011 | 1010100 | 1001010 | 101001 | 1001000 | 1111 |
Color Harmonies of #43310B
Complementary color
Monochromatic Colors of #43310B
Black with #43310B
Text Example
Text Example
White with #43310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43310B; }
p { color: rgb(67,49,11); }
H1.HeaderClassName
{
color: #43310B;
}
.AnyTagClassName
{
color: #43310B;
}
</style>
background-color css
<style>
a { background-color: #43310B; }
a { background-color: rgb(67,49,11); }
div.DivClassName
{
background-color: #43310B;
}
.BgClassName
{
background-color: #43310B;
}
</style>
border-color css
<style>
span { border-color: #43310B; }
span { border-color: rgb(67,49,11); }
td.TdClassName
{
border-color: #43310B;
}
.TagClassName
{
border-color: #43310B;
}
</style>