Shades of Voodoo #48263E
Tints of Voodoo #48263E
RGB
CMYK
RGB Variations
Color information
#48263E (or 0x48263E) is known color: Voodoo. HEX triplet: 48, 26 and 3E. RGB value is (72,38,62). Sum of RGB (Red+Green+Blue) = 72+38+62=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48263E is #B7D9C1. Grayscale: #323232. Windows color (decimal): -12048834 or 4073032. OLE color: 4073032.
HSL color Cylindrical-coordinate representation of color #48263E: hue angle of 317.65º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48263E is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 38 | 62 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.72 |
| HSL | 317.65º | 0.31% | 0.22% | - |
| HSV(B) | 317.65º | 0.47% | 0.28% | - |
| XYZ | 4.24 | 3.11 | 4.93 | - |
| YUV | 50.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 62 | 0 | 0.47 | 0.14 | 0.72 | 317.65 | 0.31 | 0.22 |
| Hex | 48 | 26 | 3E | 0 | 2F | E | 48 | 13E | 1F | 16 |
| Octal | 110 | 46 | 76 | 0 | 57 | 16 | 110 | 476 | 37 | 26 |
| Binary | 1001000 | 100110 | 111110 | 0 | 101111 | 1110 | 1001000 | 100111110 | 11111 | 10110 |
Color Harmonies of #48263E
Complementary color
Monochromatic Colors of #48263E
Black with #48263E
Text Example
Text Example
White with #48263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48263E; }
p { color: rgb(72,38,62); }
H1.HeaderClassName
{
color: #48263E;
}
.AnyTagClassName
{
color: #48263E;
}
</style>
background-color css
<style>
a { background-color: #48263E; }
a { background-color: rgb(72,38,62); }
div.DivClassName
{
background-color: #48263E;
}
.BgClassName
{
background-color: #48263E;
}
</style>
border-color css
<style>
span { border-color: #48263E; }
span { border-color: rgb(72,38,62); }
td.TdClassName
{
border-color: #48263E;
}
.TagClassName
{
border-color: #48263E;
}
</style>