Shades of Mikado #42330B
Tints of Mikado #42330B
RGB
CMYK
RGB Variations
Color information
#42330B (or 0x42330B) is known color: Mikado. HEX triplet: 42, 33 and 0B. RGB value is (66,51,11). Sum of RGB (Red+Green+Blue) = 66+51+11=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42330B is #BDCCF4. Grayscale: #333333. Windows color (decimal): -12438773 or 734018. OLE color: 734018.
HSL color Cylindrical-coordinate representation of color #42330B: hue angle of 43.64º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42330B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 11 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.74 |
| HSL | 43.64º | 0.71% | 0.15% | - |
| HSV(B) | 43.64º | 0.83% | 0.26% | - |
| XYZ | 3.49 | 3.55 | 0.82 | - |
| YUV | 50.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 11 | 0 | 0.23 | 0.83 | 0.74 | 43.64 | 0.71 | 0.15 |
| Hex | 42 | 33 | B | 0 | 17 | 53 | 4A | 2C | 47 | F |
| Octal | 102 | 63 | 13 | 0 | 27 | 123 | 112 | 54 | 107 | 17 |
| Binary | 1000010 | 110011 | 1011 | 0 | 10111 | 1010011 | 1001010 | 101100 | 1000111 | 1111 |
Color Harmonies of #42330B
Complementary color
Monochromatic Colors of #42330B
Black with #42330B
Text Example
Text Example
White with #42330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42330B; }
p { color: rgb(66,51,11); }
H1.HeaderClassName
{
color: #42330B;
}
.AnyTagClassName
{
color: #42330B;
}
</style>
background-color css
<style>
a { background-color: #42330B; }
a { background-color: rgb(66,51,11); }
div.DivClassName
{
background-color: #42330B;
}
.BgClassName
{
background-color: #42330B;
}
</style>
border-color css
<style>
span { border-color: #42330B; }
span { border-color: rgb(66,51,11); }
td.TdClassName
{
border-color: #42330B;
}
.TagClassName
{
border-color: #42330B;
}
</style>