Shades of Havana #412A2B
Tints of Havana #412A2B
RGB
CMYK
RGB Variations
Color information
#412A2B (or 0x412A2B) is known color: Havana. HEX triplet: 41, 2A and 2B. RGB value is (65,42,43). Sum of RGB (Red+Green+Blue) = 65+42+43=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #412A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A2B is #BED5D4. Grayscale: #313131. Windows color (decimal): -12506581 or 2828865. OLE color: 2828865.
HSL color Cylindrical-coordinate representation of color #412A2B: hue angle of 357.39º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412A2B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 43 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.75 |
| HSL | 357.39º | 0.21% | 0.21% | - |
| HSV(B) | 357.39º | 0.35% | 0.25% | - |
| XYZ | 3.44 | 2.95 | 2.67 | - |
| YUV | 48.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 43 | 0 | 0.35 | 0.34 | 0.75 | 357.39 | 0.21 | 0.21 |
| Hex | 41 | 2A | 2B | 0 | 23 | 22 | 4B | 165 | 15 | 15 |
| Octal | 101 | 52 | 53 | 0 | 43 | 42 | 113 | 545 | 25 | 25 |
| Binary | 1000001 | 101010 | 101011 | 0 | 100011 | 100010 | 1001011 | 101100101 | 10101 | 10101 |
Color Harmonies of #412A2B
Complementary color
Monochromatic Colors of #412A2B
Black with #412A2B
Text Example
Text Example
White with #412A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A2B; }
p { color: rgb(65,42,43); }
H1.HeaderClassName
{
color: #412A2B;
}
.AnyTagClassName
{
color: #412A2B;
}
</style>
background-color css
<style>
a { background-color: #412A2B; }
a { background-color: rgb(65,42,43); }
div.DivClassName
{
background-color: #412A2B;
}
.BgClassName
{
background-color: #412A2B;
}
</style>
border-color css
<style>
span { border-color: #412A2B; }
span { border-color: rgb(65,42,43); }
td.TdClassName
{
border-color: #412A2B;
}
.TagClassName
{
border-color: #412A2B;
}
</style>