Shades of Dark Rum #43362B
Tints of Dark Rum #43362B
RGB
CMYK
RGB Variations
Color information
#43362B (or 0x43362B) is known color: Dark Rum. HEX triplet: 43, 36 and 2B. RGB value is (67,54,43). Sum of RGB (Red+Green+Blue) = 67+54+43=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 67 - color contains mainly: red. Hex color #43362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43362B is #BCC9D4. Grayscale: #383838. Windows color (decimal): -12372437 or 2831939. OLE color: 2831939.
HSL color Cylindrical-coordinate representation of color #43362B: hue angle of 27.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #43362B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 43 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.74 |
| HSL | 27.5º | 0.22% | 0.22% | - |
| HSV(B) | 27.5º | 0.36% | 0.26% | - |
| XYZ | 4.07 | 4.01 | 2.84 | - |
| YUV | 56.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 43 | 0 | 0.19 | 0.36 | 0.74 | 27.5 | 0.22 | 0.22 |
| Hex | 43 | 36 | 2B | 0 | 13 | 24 | 4A | 1C | 16 | 16 |
| Octal | 103 | 66 | 53 | 0 | 23 | 44 | 112 | 34 | 26 | 26 |
| Binary | 1000011 | 110110 | 101011 | 0 | 10011 | 100100 | 1001010 | 11100 | 10110 | 10110 |
Color Harmonies of #43362B
Complementary color
Monochromatic Colors of #43362B
Black with #43362B
Text Example
Text Example
White with #43362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43362B; }
p { color: rgb(67,54,43); }
H1.HeaderClassName
{
color: #43362B;
}
.AnyTagClassName
{
color: #43362B;
}
</style>
background-color css
<style>
a { background-color: #43362B; }
a { background-color: rgb(67,54,43); }
div.DivClassName
{
background-color: #43362B;
}
.BgClassName
{
background-color: #43362B;
}
</style>
border-color css
<style>
span { border-color: #43362B; }
span { border-color: rgb(67,54,43); }
td.TdClassName
{
border-color: #43362B;
}
.TagClassName
{
border-color: #43362B;
}
</style>