Shades of Havana #412B2D
Tints of Havana #412B2D
RGB
CMYK
RGB Variations
Color information
#412B2D (or 0x412B2D) is known color: Havana. HEX triplet: 41, 2B and 2D. RGB value is (65,43,45). Sum of RGB (Red+Green+Blue) = 65+43+45=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #412B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B2D is #BED4D2. Grayscale: #313131. Windows color (decimal): -12506323 or 2960193. OLE color: 2960193.
HSL color Cylindrical-coordinate representation of color #412B2D: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #412B2D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 45 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.75 |
| HSL | 354.55º | 0.2% | 0.21% | - |
| HSV(B) | 354.55º | 0.34% | 0.25% | - |
| XYZ | 3.52 | 3.04 | 2.88 | - |
| YUV | 49.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 45 | 0 | 0.34 | 0.31 | 0.75 | 354.55 | 0.2 | 0.21 |
| Hex | 41 | 2B | 2D | 0 | 22 | 1F | 4B | 163 | 14 | 15 |
| Octal | 101 | 53 | 55 | 0 | 42 | 37 | 113 | 543 | 24 | 25 |
| Binary | 1000001 | 101011 | 101101 | 0 | 100010 | 11111 | 1001011 | 101100011 | 10100 | 10101 |
Color Harmonies of #412B2D
Complementary color
Monochromatic Colors of #412B2D
Black with #412B2D
Text Example
Text Example
White with #412B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B2D; }
p { color: rgb(65,43,45); }
H1.HeaderClassName
{
color: #412B2D;
}
.AnyTagClassName
{
color: #412B2D;
}
</style>
background-color css
<style>
a { background-color: #412B2D; }
a { background-color: rgb(65,43,45); }
div.DivClassName
{
background-color: #412B2D;
}
.BgClassName
{
background-color: #412B2D;
}
</style>
border-color css
<style>
span { border-color: #412B2D; }
span { border-color: rgb(65,43,45); }
td.TdClassName
{
border-color: #412B2D;
}
.TagClassName
{
border-color: #412B2D;
}
</style>