Shades of Havana #432A2C
Tints of Havana #432A2C
RGB
CMYK
RGB Variations
Color information
#432A2C (or 0x432A2C) is known color: Havana. HEX triplet: 43, 2A and 2C. RGB value is (67,42,44). Sum of RGB (Red+Green+Blue) = 67+42+44=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #432A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A2C is #BCD5D3. Grayscale: #313131. Windows color (decimal): -12375508 or 2894403. OLE color: 2894403.
HSL color Cylindrical-coordinate representation of color #432A2C: hue angle of 355.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #432A2C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 44 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.74 |
| HSL | 355.2º | 0.23% | 0.21% | - |
| HSV(B) | 355.2º | 0.37% | 0.26% | - |
| XYZ | 3.6 | 3.03 | 2.78 | - |
| YUV | 49.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 44 | 0 | 0.37 | 0.34 | 0.74 | 355.2 | 0.23 | 0.21 |
| Hex | 43 | 2A | 2C | 0 | 25 | 22 | 4A | 163 | 17 | 15 |
| Octal | 103 | 52 | 54 | 0 | 45 | 42 | 112 | 543 | 27 | 25 |
| Binary | 1000011 | 101010 | 101100 | 0 | 100101 | 100010 | 1001010 | 101100011 | 10111 | 10101 |
Color Harmonies of #432A2C
Complementary color
Monochromatic Colors of #432A2C
Black with #432A2C
Text Example
Text Example
White with #432A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A2C; }
p { color: rgb(67,42,44); }
H1.HeaderClassName
{
color: #432A2C;
}
.AnyTagClassName
{
color: #432A2C;
}
</style>
background-color css
<style>
a { background-color: #432A2C; }
a { background-color: rgb(67,42,44); }
div.DivClassName
{
background-color: #432A2C;
}
.BgClassName
{
background-color: #432A2C;
}
</style>
border-color css
<style>
span { border-color: #432A2C; }
span { border-color: rgb(67,42,44); }
td.TdClassName
{
border-color: #432A2C;
}
.TagClassName
{
border-color: #432A2C;
}
</style>