Shades of Mikado #43371E
Tints of Mikado #43371E
RGB
CMYK
RGB Variations
Color information
#43371E (or 0x43371E) is known color: Mikado. HEX triplet: 43, 37 and 1E. RGB value is (67,55,30). Sum of RGB (Red+Green+Blue) = 67+55+30=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #43371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43371E is #BCC8E1. Grayscale: #373737. Windows color (decimal): -12372194 or 1980227. OLE color: 1980227.
HSL color Cylindrical-coordinate representation of color #43371E: hue angle of 40.54º 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 #43371E is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 55 | 30 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.74 |
| HSL | 40.54º | 0.38% | 0.19% | - |
| HSV(B) | 40.54º | 0.55% | 0.26% | - |
| XYZ | 3.92 | 4.02 | 1.8 | - |
| YUV | 55.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 30 | 0 | 0.18 | 0.55 | 0.74 | 40.54 | 0.38 | 0.19 |
| Hex | 43 | 37 | 1E | 0 | 12 | 37 | 4A | 29 | 26 | 13 |
| Octal | 103 | 67 | 36 | 0 | 22 | 67 | 112 | 51 | 46 | 23 |
| Binary | 1000011 | 110111 | 11110 | 0 | 10010 | 110111 | 1001010 | 101001 | 100110 | 10011 |
Color Harmonies of #43371E
Complementary color
Monochromatic Colors of #43371E
Black with #43371E
Text Example
Text Example
White with #43371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43371E; }
p { color: rgb(67,55,30); }
H1.HeaderClassName
{
color: #43371E;
}
.AnyTagClassName
{
color: #43371E;
}
</style>
background-color css
<style>
a { background-color: #43371E; }
a { background-color: rgb(67,55,30); }
div.DivClassName
{
background-color: #43371E;
}
.BgClassName
{
background-color: #43371E;
}
</style>
border-color css
<style>
span { border-color: #43371E; }
span { border-color: rgb(67,55,30); }
td.TdClassName
{
border-color: #43371E;
}
.TagClassName
{
border-color: #43371E;
}
</style>