Shades of Mikado #453001
Tints of Mikado #453001
RGB
CMYK
RGB Variations
Color information
#453001 (or 0x453001) is known color: Mikado. HEX triplet: 45, 30 and 01. RGB value is (69,48,1). Sum of RGB (Red+Green+Blue) = 69+48+1=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #453001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453001 is #BACFFE. Grayscale: #313131. Windows color (decimal): -12242943 or 77893. OLE color: 77893.
HSL color Cylindrical-coordinate representation of color #453001: hue angle of 41.47º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #453001 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 48 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.73 |
| HSL | 41.47º | 0.97% | 0.14% | - |
| HSV(B) | 41.47º | 0.99% | 0.27% | - |
| XYZ | 3.52 | 3.38 | 0.5 | - |
| YUV | 48.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 1 | 0 | 0.30 | 0.99 | 0.73 | 41.47 | 0.97 | 0.14 |
| Hex | 45 | 30 | 1 | 0 | 1E | 63 | 49 | 29 | 61 | E |
| Octal | 105 | 60 | 1 | 0 | 36 | 143 | 111 | 51 | 141 | 16 |
| Binary | 1000101 | 110000 | 1 | 0 | 11110 | 1100011 | 1001001 | 101001 | 1100001 | 1110 |
Color Harmonies of #453001
Complementary color
Monochromatic Colors of #453001
Black with #453001
Text Example
Text Example
White with #453001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453001; }
p { color: rgb(69,48,1); }
H1.HeaderClassName
{
color: #453001;
}
.AnyTagClassName
{
color: #453001;
}
</style>
background-color css
<style>
a { background-color: #453001; }
a { background-color: rgb(69,48,1); }
div.DivClassName
{
background-color: #453001;
}
.BgClassName
{
background-color: #453001;
}
</style>
border-color css
<style>
span { border-color: #453001; }
span { border-color: rgb(69,48,1); }
td.TdClassName
{
border-color: #453001;
}
.TagClassName
{
border-color: #453001;
}
</style>