Shades of Eclipse #413636
Tints of Eclipse #413636
RGB
CMYK
RGB Variations
Color information
#413636 (or 0x413636) is known color: Eclipse. HEX triplet: 41, 36 and 36. RGB value is (65,54,54). Sum of RGB (Red+Green+Blue) = 65+54+54=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413636 is #BEC9C9. Grayscale: #393939. Windows color (decimal): -12503498 or 3552833. OLE color: 3552833.
HSL color Cylindrical-coordinate representation of color #413636: hue angle of 0º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #413636 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 54 | 54 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.75 |
| HSL | 0º | 0.09% | 0.23% | - |
| HSV(B) | 0º | 0.17% | 0.25% | - |
| XYZ | 4.16 | 4.03 | 4.05 | - |
| YUV | 57.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 54 | 0 | 0.17 | 0.17 | 0.75 | 0 | 0.09 | 0.23 |
| Hex | 41 | 36 | 36 | 0 | 11 | 11 | 4B | 0 | 9 | 17 |
| Octal | 101 | 66 | 66 | 0 | 21 | 21 | 113 | 0 | 11 | 27 |
| Binary | 1000001 | 110110 | 110110 | 0 | 10001 | 10001 | 1001011 | 0 | 1001 | 10111 |
Color Harmonies of #413636
Complementary color
Monochromatic Colors of #413636
Black with #413636
Text Example
Text Example
White with #413636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413636; }
p { color: rgb(65,54,54); }
H1.HeaderClassName
{
color: #413636;
}
.AnyTagClassName
{
color: #413636;
}
</style>
background-color css
<style>
a { background-color: #413636; }
a { background-color: rgb(65,54,54); }
div.DivClassName
{
background-color: #413636;
}
.BgClassName
{
background-color: #413636;
}
</style>
border-color css
<style>
span { border-color: #413636; }
span { border-color: rgb(65,54,54); }
td.TdClassName
{
border-color: #413636;
}
.TagClassName
{
border-color: #413636;
}
</style>