Shades of Madras #454002
Tints of Madras #454002
RGB
CMYK
RGB Variations
Color information
#454002 (or 0x454002) is known color: Madras. HEX triplet: 45, 40 and 02. RGB value is (69,64,2). Sum of RGB (Red+Green+Blue) = 69+64+2=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #454002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454002 is #BABFFD. Grayscale: #3A3A3A. Windows color (decimal): -12238846 or 147525. OLE color: 147525.
HSL color Cylindrical-coordinate representation of color #454002: hue angle of 55.52º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #454002 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 2 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.73 |
| HSL | 55.52º | 0.94% | 0.14% | - |
| HSV(B) | 55.52º | 0.97% | 0.27% | - |
| XYZ | 4.3 | 4.94 | 0.78 | - |
| YUV | 58.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 2 | 0 | 0.07 | 0.97 | 0.73 | 55.52 | 0.94 | 0.14 |
| Hex | 45 | 40 | 2 | 0 | 7 | 61 | 49 | 38 | 5E | E |
| Octal | 105 | 100 | 2 | 0 | 7 | 141 | 111 | 70 | 136 | 16 |
| Binary | 1000101 | 1000000 | 10 | 0 | 111 | 1100001 | 1001001 | 111000 | 1011110 | 1110 |
Color Harmonies of #454002
Complementary color
Monochromatic Colors of #454002
Black with #454002
Text Example
Text Example
White with #454002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454002; }
p { color: rgb(69,64,2); }
H1.HeaderClassName
{
color: #454002;
}
.AnyTagClassName
{
color: #454002;
}
</style>
background-color css
<style>
a { background-color: #454002; }
a { background-color: rgb(69,64,2); }
div.DivClassName
{
background-color: #454002;
}
.BgClassName
{
background-color: #454002;
}
</style>
border-color css
<style>
span { border-color: #454002; }
span { border-color: rgb(69,64,2); }
td.TdClassName
{
border-color: #454002;
}
.TagClassName
{
border-color: #454002;
}
</style>