Shades of Dark Rum #43352A
Tints of Dark Rum #43352A
RGB
CMYK
RGB Variations
Color information
#43352A (or 0x43352A) is known color: Dark Rum. HEX triplet: 43, 35 and 2A. RGB value is (67,53,42). Sum of RGB (Red+Green+Blue) = 67+53+42=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #43352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43352A is #BCCAD5. Grayscale: #373737. Windows color (decimal): -12372694 or 2766147. OLE color: 2766147.
HSL color Cylindrical-coordinate representation of color #43352A: hue angle of 26.4º 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 #43352A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 42 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.74 |
| HSL | 26.4º | 0.23% | 0.21% | - |
| HSV(B) | 26.4º | 0.37% | 0.26% | - |
| XYZ | 4.01 | 3.91 | 2.73 | - |
| YUV | 55.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 42 | 0 | 0.21 | 0.37 | 0.74 | 26.4 | 0.23 | 0.21 |
| Hex | 43 | 35 | 2A | 0 | 15 | 25 | 4A | 1A | 17 | 15 |
| Octal | 103 | 65 | 52 | 0 | 25 | 45 | 112 | 32 | 27 | 25 |
| Binary | 1000011 | 110101 | 101010 | 0 | 10101 | 100101 | 1001010 | 11010 | 10111 | 10101 |
Color Harmonies of #43352A
Complementary color
Monochromatic Colors of #43352A
Black with #43352A
Text Example
Text Example
White with #43352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43352A; }
p { color: rgb(67,53,42); }
H1.HeaderClassName
{
color: #43352A;
}
.AnyTagClassName
{
color: #43352A;
}
</style>
background-color css
<style>
a { background-color: #43352A; }
a { background-color: rgb(67,53,42); }
div.DivClassName
{
background-color: #43352A;
}
.BgClassName
{
background-color: #43352A;
}
</style>
border-color css
<style>
span { border-color: #43352A; }
span { border-color: rgb(67,53,42); }
td.TdClassName
{
border-color: #43352A;
}
.TagClassName
{
border-color: #43352A;
}
</style>