Shades of Mikado #43381D
Tints of Mikado #43381D
RGB
CMYK
RGB Variations
Color information
#43381D (or 0x43381D) is known color: Mikado. HEX triplet: 43, 38 and 1D. RGB value is (67,56,29). Sum of RGB (Red+Green+Blue) = 67+56+29=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #43381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43381D is #BCC7E2. Grayscale: #383838. Windows color (decimal): -12371939 or 1914947. OLE color: 1914947.
HSL color Cylindrical-coordinate representation of color #43381D: hue angle of 42.63º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43381D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 56 | 29 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.74 |
| HSL | 42.63º | 0.4% | 0.19% | - |
| HSV(B) | 42.63º | 0.57% | 0.26% | - |
| XYZ | 3.95 | 4.11 | 1.75 | - |
| YUV | 56.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 29 | 0 | 0.16 | 0.57 | 0.74 | 42.63 | 0.4 | 0.19 |
| Hex | 43 | 38 | 1D | 0 | 10 | 39 | 4A | 2B | 28 | 13 |
| Octal | 103 | 70 | 35 | 0 | 20 | 71 | 112 | 53 | 50 | 23 |
| Binary | 1000011 | 111000 | 11101 | 0 | 10000 | 111001 | 1001010 | 101011 | 101000 | 10011 |
Color Harmonies of #43381D
Complementary color
Monochromatic Colors of #43381D
Black with #43381D
Text Example
Text Example
White with #43381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43381D; }
p { color: rgb(67,56,29); }
H1.HeaderClassName
{
color: #43381D;
}
.AnyTagClassName
{
color: #43381D;
}
</style>
background-color css
<style>
a { background-color: #43381D; }
a { background-color: rgb(67,56,29); }
div.DivClassName
{
background-color: #43381D;
}
.BgClassName
{
background-color: #43381D;
}
</style>
border-color css
<style>
span { border-color: #43381D; }
span { border-color: rgb(67,56,29); }
td.TdClassName
{
border-color: #43381D;
}
.TagClassName
{
border-color: #43381D;
}
</style>