Shades of Crusoe #11511D
Tints of Crusoe #11511D
RGB
CMYK
RGB Variations
Color information
#11511D (or 0x11511D) is known color: Crusoe. HEX triplet: 11, 51 and 1D. RGB value is (17,81,29). Sum of RGB (Red+Green+Blue) = 17+81+29=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #11511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11511D is #EEAEE2. Grayscale: #383838. Windows color (decimal): -15642339 or 1921297. OLE color: 1921297.
HSL color Cylindrical-coordinate representation of color #11511D: hue angle of 131.25º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11511D is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 29 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.68 |
| HSL | 131.25º | 0.65% | 0.19% | - |
| HSV(B) | 131.25º | 0.79% | 0.32% | - |
| XYZ | 3.4 | 6.09 | 2.16 | - |
| YUV | 55.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 29 | 0.79 | 0 | 0.64 | 0.68 | 131.25 | 0.65 | 0.19 |
| Hex | 11 | 51 | 1D | 4F | 0 | 40 | 44 | 83 | 41 | 13 |
| Octal | 21 | 121 | 35 | 117 | 0 | 100 | 104 | 203 | 101 | 23 |
| Binary | 10001 | 1010001 | 11101 | 1001111 | 0 | 1000000 | 1000100 | 10000011 | 1000001 | 10011 |
Color Harmonies of #11511D
Complementary color
Monochromatic Colors of #11511D
Black with #11511D
Text Example
Text Example
White with #11511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11511D; }
p { color: rgb(17,81,29); }
H1.HeaderClassName
{
color: #11511D;
}
.AnyTagClassName
{
color: #11511D;
}
</style>
background-color css
<style>
a { background-color: #11511D; }
a { background-color: rgb(17,81,29); }
div.DivClassName
{
background-color: #11511D;
}
.BgClassName
{
background-color: #11511D;
}
</style>
border-color css
<style>
span { border-color: #11511D; }
span { border-color: rgb(17,81,29); }
td.TdClassName
{
border-color: #11511D;
}
.TagClassName
{
border-color: #11511D;
}
</style>