Shades of Mikado #433113
Tints of Mikado #433113
RGB
CMYK
RGB Variations
Color information
#433113 (or 0x433113) is known color: Mikado. HEX triplet: 43, 31 and 13. RGB value is (67,49,19). Sum of RGB (Red+Green+Blue) = 67+49+19=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #433113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433113 is #BCCEEC. Grayscale: #333333. Windows color (decimal): -12373741 or 1257795. OLE color: 1257795.
HSL color Cylindrical-coordinate representation of color #433113: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #433113 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 19 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.74 |
| HSL | 37.5º | 0.56% | 0.17% | - |
| HSV(B) | 37.5º | 0.72% | 0.26% | - |
| XYZ | 3.53 | 3.44 | 1.09 | - |
| YUV | 50.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 19 | 0 | 0.27 | 0.72 | 0.74 | 37.5 | 0.56 | 0.17 |
| Hex | 43 | 31 | 13 | 0 | 1B | 48 | 4A | 26 | 38 | 11 |
| Octal | 103 | 61 | 23 | 0 | 33 | 110 | 112 | 46 | 70 | 21 |
| Binary | 1000011 | 110001 | 10011 | 0 | 11011 | 1001000 | 1001010 | 100110 | 111000 | 10001 |
Color Harmonies of #433113
Complementary color
Monochromatic Colors of #433113
Black with #433113
Text Example
Text Example
White with #433113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433113; }
p { color: rgb(67,49,19); }
H1.HeaderClassName
{
color: #433113;
}
.AnyTagClassName
{
color: #433113;
}
</style>
background-color css
<style>
a { background-color: #433113; }
a { background-color: rgb(67,49,19); }
div.DivClassName
{
background-color: #433113;
}
.BgClassName
{
background-color: #433113;
}
</style>
border-color css
<style>
span { border-color: #433113; }
span { border-color: rgb(67,49,19); }
td.TdClassName
{
border-color: #433113;
}
.TagClassName
{
border-color: #433113;
}
</style>