Shades of Mikado #43330B
Tints of Mikado #43330B
RGB
CMYK
RGB Variations
Color information
#43330B (or 0x43330B) is known color: Mikado. HEX triplet: 43, 33 and 0B. RGB value is (67,51,11). Sum of RGB (Red+Green+Blue) = 67+51+11=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43330B is #BCCCF4. Grayscale: #333333. Windows color (decimal): -12373237 or 734019. OLE color: 734019.
HSL color Cylindrical-coordinate representation of color #43330B: hue angle of 42.86º 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 #43330B is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 51 | 11 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.74 |
| HSL | 42.86º | 0.72% | 0.15% | - |
| HSV(B) | 42.86º | 0.84% | 0.26% | - |
| XYZ | 3.56 | 3.59 | 0.82 | - |
| YUV | 51.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 11 | 0 | 0.24 | 0.84 | 0.74 | 42.86 | 0.72 | 0.15 |
| Hex | 43 | 33 | B | 0 | 18 | 54 | 4A | 2B | 48 | F |
| Octal | 103 | 63 | 13 | 0 | 30 | 124 | 112 | 53 | 110 | 17 |
| Binary | 1000011 | 110011 | 1011 | 0 | 11000 | 1010100 | 1001010 | 101011 | 1001000 | 1111 |
Color Harmonies of #43330B
Complementary color
Monochromatic Colors of #43330B
Black with #43330B
Text Example
Text Example
White with #43330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43330B; }
p { color: rgb(67,51,11); }
H1.HeaderClassName
{
color: #43330B;
}
.AnyTagClassName
{
color: #43330B;
}
</style>
background-color css
<style>
a { background-color: #43330B; }
a { background-color: rgb(67,51,11); }
div.DivClassName
{
background-color: #43330B;
}
.BgClassName
{
background-color: #43330B;
}
</style>
border-color css
<style>
span { border-color: #43330B; }
span { border-color: rgb(67,51,11); }
td.TdClassName
{
border-color: #43330B;
}
.TagClassName
{
border-color: #43330B;
}
</style>