Shades of Mikado #43371F
Tints of Mikado #43371F
RGB
CMYK
RGB Variations
Color information
#43371F (or 0x43371F) is known color: Mikado. HEX triplet: 43, 37 and 1F. RGB value is (67,55,31). Sum of RGB (Red+Green+Blue) = 67+55+31=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #43371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43371F is #BCC8E0. Grayscale: #373737. Windows color (decimal): -12372193 or 2045763. OLE color: 2045763.
HSL color Cylindrical-coordinate representation of color #43371F: hue angle of 40º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43371F is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 55 | 31 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.74 |
| HSL | 40º | 0.37% | 0.19% | - |
| HSV(B) | 40º | 0.54% | 0.26% | - |
| XYZ | 3.93 | 4.02 | 1.87 | - |
| YUV | 55.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 31 | 0 | 0.18 | 0.54 | 0.74 | 40 | 0.37 | 0.19 |
| Hex | 43 | 37 | 1F | 0 | 12 | 36 | 4A | 28 | 25 | 13 |
| Octal | 103 | 67 | 37 | 0 | 22 | 66 | 112 | 50 | 45 | 23 |
| Binary | 1000011 | 110111 | 11111 | 0 | 10010 | 110110 | 1001010 | 101000 | 100101 | 10011 |
Color Harmonies of #43371F
Complementary color
Monochromatic Colors of #43371F
Black with #43371F
Text Example
Text Example
White with #43371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43371F; }
p { color: rgb(67,55,31); }
H1.HeaderClassName
{
color: #43371F;
}
.AnyTagClassName
{
color: #43371F;
}
</style>
background-color css
<style>
a { background-color: #43371F; }
a { background-color: rgb(67,55,31); }
div.DivClassName
{
background-color: #43371F;
}
.BgClassName
{
background-color: #43371F;
}
</style>
border-color css
<style>
span { border-color: #43371F; }
span { border-color: rgb(67,55,31); }
td.TdClassName
{
border-color: #43371F;
}
.TagClassName
{
border-color: #43371F;
}
</style>