Shades of Mikado #433102
Tints of Mikado #433102
RGB
CMYK
RGB Variations
Color information
#433102 (or 0x433102) is known color: Mikado. HEX triplet: 43, 31 and 02. RGB value is (67,49,2). Sum of RGB (Red+Green+Blue) = 67+49+2=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #433102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433102 is #BCCEFD. Grayscale: #313131. Windows color (decimal): -12373758 or 143683. OLE color: 143683.
HSL color Cylindrical-coordinate representation of color #433102: hue angle of 43.38º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #433102 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 2 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.74 |
| HSL | 43.38º | 0.94% | 0.14% | - |
| HSV(B) | 43.38º | 0.97% | 0.26% | - |
| XYZ | 3.42 | 3.39 | 0.53 | - |
| YUV | 49.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 2 | 0 | 0.27 | 0.97 | 0.74 | 43.38 | 0.94 | 0.14 |
| Hex | 43 | 31 | 2 | 0 | 1B | 61 | 4A | 2B | 5E | E |
| Octal | 103 | 61 | 2 | 0 | 33 | 141 | 112 | 53 | 136 | 16 |
| Binary | 1000011 | 110001 | 10 | 0 | 11011 | 1100001 | 1001010 | 101011 | 1011110 | 1110 |
Color Harmonies of #433102
Complementary color
Monochromatic Colors of #433102
Black with #433102
Text Example
Text Example
White with #433102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433102; }
p { color: rgb(67,49,2); }
H1.HeaderClassName
{
color: #433102;
}
.AnyTagClassName
{
color: #433102;
}
</style>
background-color css
<style>
a { background-color: #433102; }
a { background-color: rgb(67,49,2); }
div.DivClassName
{
background-color: #433102;
}
.BgClassName
{
background-color: #433102;
}
</style>
border-color css
<style>
span { border-color: #433102; }
span { border-color: rgb(67,49,2); }
td.TdClassName
{
border-color: #433102;
}
.TagClassName
{
border-color: #433102;
}
</style>