Shades of Eclipse #453E3E
Tints of Eclipse #453E3E
RGB
CMYK
RGB Variations
Color information
#453E3E (or 0x453E3E) is known color: Eclipse. HEX triplet: 45, 3E and 3E. RGB value is (69,62,62). Sum of RGB (Red+Green+Blue) = 69+62+62=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 69 - color contains mainly: red. Hex color #453E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E3E is #BAC1C1. Grayscale: #404040. Windows color (decimal): -12239298 or 4079173. OLE color: 4079173.
HSL color Cylindrical-coordinate representation of color #453E3E: hue angle of 0º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #453E3E is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
RGB | 69 | 62 | 62 | - |
CMYK | 0 | 0.10 | 0.10 | 0.73 |
HSL | 0º | 0.05% | 0.26% | - |
HSV(B) | 0º | 0.1% | 0.27% | - |
XYZ | 5.05 | 5.06 | 5.27 | - |
YUV | 64.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 62 | 62 | 0 | 0.10 | 0.10 | 0.73 | 0 | 0.05 | 0.26 |
Hex | 45 | 3E | 3E | 0 | A | A | 49 | 0 | 5 | 1A |
Octal | 105 | 76 | 76 | 0 | 12 | 12 | 111 | 0 | 5 | 32 |
Binary | 1000101 | 111110 | 111110 | 0 | 1010 | 1010 | 1001001 | 0 | 101 | 11010 |
Color Harmonies of #453E3E
Complementary color
Monochromatic Colors of #453E3E
Black with #453E3E
Text Example
Text Example
White with #453E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E3E; }
p { color: rgb(69,62,62); }
H1.HeaderClassName
{
color: #453E3E;
}
.AnyTagClassName
{
color: #453E3E;
}
</style>
background-color css
<style>
a { background-color: #453E3E; }
a { background-color: rgb(69,62,62); }
div.DivClassName
{
background-color: #453E3E;
}
.BgClassName
{
background-color: #453E3E;
}
</style>
border-color css
<style>
span { border-color: #453E3E; }
span { border-color: rgb(69,62,62); }
td.TdClassName
{
border-color: #453E3E;
}
.TagClassName
{
border-color: #453E3E;
}
</style>