Shades of Voodoo #48273D
Tints of Voodoo #48273D
RGB
CMYK
RGB Variations
Color information
#48273D (or 0x48273D) is known color: Voodoo. HEX triplet: 48, 27 and 3D. RGB value is (72,39,61). Sum of RGB (Red+Green+Blue) = 72+39+61=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48273D is #B7D8C2. Grayscale: #333333. Windows color (decimal): -12048579 or 4007752. OLE color: 4007752.
HSL color Cylindrical-coordinate representation of color #48273D: hue angle of 320º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48273D is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 61 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.72 |
| HSL | 320º | 0.3% | 0.22% | - |
| HSV(B) | 320º | 0.46% | 0.28% | - |
| XYZ | 4.24 | 3.17 | 4.8 | - |
| YUV | 51.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 61 | 0 | 0.46 | 0.15 | 0.72 | 320 | 0.3 | 0.22 |
| Hex | 48 | 27 | 3D | 0 | 2E | F | 48 | 140 | 1E | 16 |
| Octal | 110 | 47 | 75 | 0 | 56 | 17 | 110 | 500 | 36 | 26 |
| Binary | 1001000 | 100111 | 111101 | 0 | 101110 | 1111 | 1001000 | 101000000 | 11110 | 10110 |
Color Harmonies of #48273D
Complementary color
Monochromatic Colors of #48273D
Black with #48273D
Text Example
Text Example
White with #48273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48273D; }
p { color: rgb(72,39,61); }
H1.HeaderClassName
{
color: #48273D;
}
.AnyTagClassName
{
color: #48273D;
}
</style>
background-color css
<style>
a { background-color: #48273D; }
a { background-color: rgb(72,39,61); }
div.DivClassName
{
background-color: #48273D;
}
.BgClassName
{
background-color: #48273D;
}
</style>
border-color css
<style>
span { border-color: #48273D; }
span { border-color: rgb(72,39,61); }
td.TdClassName
{
border-color: #48273D;
}
.TagClassName
{
border-color: #48273D;
}
</style>