Shades of Mikado #43381E
Tints of Mikado #43381E
RGB
CMYK
RGB Variations
Color information
#43381E (or 0x43381E) is known color: Mikado. HEX triplet: 43, 38 and 1E. RGB value is (67,56,30). Sum of RGB (Red+Green+Blue) = 67+56+30=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #43381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43381E is #BCC7E1. Grayscale: #383838. Windows color (decimal): -12371938 or 1980483. OLE color: 1980483.
HSL color Cylindrical-coordinate representation of color #43381E: hue angle of 42.16º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43381E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 56 | 30 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.74 |
| HSL | 42.16º | 0.38% | 0.19% | - |
| HSV(B) | 42.16º | 0.55% | 0.26% | - |
| XYZ | 3.96 | 4.12 | 1.81 | - |
| YUV | 56.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 30 | 0 | 0.16 | 0.55 | 0.74 | 42.16 | 0.38 | 0.19 |
| Hex | 43 | 38 | 1E | 0 | 10 | 37 | 4A | 2A | 26 | 13 |
| Octal | 103 | 70 | 36 | 0 | 20 | 67 | 112 | 52 | 46 | 23 |
| Binary | 1000011 | 111000 | 11110 | 0 | 10000 | 110111 | 1001010 | 101010 | 100110 | 10011 |
Color Harmonies of #43381E
Complementary color
Monochromatic Colors of #43381E
Black with #43381E
Text Example
Text Example
White with #43381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43381E; }
p { color: rgb(67,56,30); }
H1.HeaderClassName
{
color: #43381E;
}
.AnyTagClassName
{
color: #43381E;
}
</style>
background-color css
<style>
a { background-color: #43381E; }
a { background-color: rgb(67,56,30); }
div.DivClassName
{
background-color: #43381E;
}
.BgClassName
{
background-color: #43381E;
}
</style>
border-color css
<style>
span { border-color: #43381E; }
span { border-color: rgb(67,56,30); }
td.TdClassName
{
border-color: #43381E;
}
.TagClassName
{
border-color: #43381E;
}
</style>