Shades of Havana #412C2D
Tints of Havana #412C2D
RGB
CMYK
RGB Variations
Color information
#412C2D (or 0x412C2D) is known color: Havana. HEX triplet: 41, 2C and 2D. RGB value is (65,44,45). Sum of RGB (Red+Green+Blue) = 65+44+45=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C2D is #BED3D2. Grayscale: #323232. Windows color (decimal): -12506067 or 2960449. OLE color: 2960449.
HSL color Cylindrical-coordinate representation of color #412C2D: hue angle of 357.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C2D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 45 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.75 |
| HSL | 357.14º | 0.19% | 0.21% | - |
| HSV(B) | 357.14º | 0.32% | 0.25% | - |
| XYZ | 3.55 | 3.11 | 2.9 | - |
| YUV | 50.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 45 | 0 | 0.32 | 0.31 | 0.75 | 357.14 | 0.19 | 0.21 |
| Hex | 41 | 2C | 2D | 0 | 20 | 1F | 4B | 165 | 13 | 15 |
| Octal | 101 | 54 | 55 | 0 | 40 | 37 | 113 | 545 | 23 | 25 |
| Binary | 1000001 | 101100 | 101101 | 0 | 100000 | 11111 | 1001011 | 101100101 | 10011 | 10101 |
Color Harmonies of #412C2D
Complementary color
Monochromatic Colors of #412C2D
Black with #412C2D
Text Example
Text Example
White with #412C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C2D; }
p { color: rgb(65,44,45); }
H1.HeaderClassName
{
color: #412C2D;
}
.AnyTagClassName
{
color: #412C2D;
}
</style>
background-color css
<style>
a { background-color: #412C2D; }
a { background-color: rgb(65,44,45); }
div.DivClassName
{
background-color: #412C2D;
}
.BgClassName
{
background-color: #412C2D;
}
</style>
border-color css
<style>
span { border-color: #412C2D; }
span { border-color: rgb(65,44,45); }
td.TdClassName
{
border-color: #412C2D;
}
.TagClassName
{
border-color: #412C2D;
}
</style>