Shades of Castro #48212C
Tints of Castro #48212C
RGB
CMYK
RGB Variations
Color information
#48212C (or 0x48212C) is known color: Castro. HEX triplet: 48, 21 and 2C. RGB value is (72,33,44). Sum of RGB (Red+Green+Blue) = 72+33+44=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48212C is #B7DED3. Grayscale: #2D2D2D. Windows color (decimal): -12050132 or 2892104. OLE color: 2892104.
HSL color Cylindrical-coordinate representation of color #48212C: hue angle of 343.08º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48212C is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 44 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.72 |
| HSL | 343.08º | 0.37% | 0.21% | - |
| HSV(B) | 343.08º | 0.54% | 0.28% | - |
| XYZ | 3.67 | 2.65 | 2.7 | - |
| YUV | 45.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 44 | 0 | 0.54 | 0.39 | 0.72 | 343.08 | 0.37 | 0.21 |
| Hex | 48 | 21 | 2C | 0 | 36 | 27 | 48 | 157 | 25 | 15 |
| Octal | 110 | 41 | 54 | 0 | 66 | 47 | 110 | 527 | 45 | 25 |
| Binary | 1001000 | 100001 | 101100 | 0 | 110110 | 100111 | 1001000 | 101010111 | 100101 | 10101 |
Color Harmonies of #48212C
Complementary color
Monochromatic Colors of #48212C
Black with #48212C
Text Example
Text Example
White with #48212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48212C; }
p { color: rgb(72,33,44); }
H1.HeaderClassName
{
color: #48212C;
}
.AnyTagClassName
{
color: #48212C;
}
</style>
background-color css
<style>
a { background-color: #48212C; }
a { background-color: rgb(72,33,44); }
div.DivClassName
{
background-color: #48212C;
}
.BgClassName
{
background-color: #48212C;
}
</style>
border-color css
<style>
span { border-color: #48212C; }
span { border-color: rgb(72,33,44); }
td.TdClassName
{
border-color: #48212C;
}
.TagClassName
{
border-color: #48212C;
}
</style>