Shades of Castro #48252E
Tints of Castro #48252E
RGB
CMYK
RGB Variations
Color information
#48252E (or 0x48252E) is known color: Castro. HEX triplet: 48, 25 and 2E. RGB value is (72,37,46). Sum of RGB (Red+Green+Blue) = 72+37+46=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48252E is #B7DAD1. Grayscale: #303030. Windows color (decimal): -12049106 or 3024200. OLE color: 3024200.
HSL color Cylindrical-coordinate representation of color #48252E: hue angle of 344.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48252E is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 46 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.72 |
| HSL | 344.57º | 0.32% | 0.21% | - |
| HSV(B) | 344.57º | 0.49% | 0.28% | - |
| XYZ | 3.83 | 2.9 | 2.94 | - |
| YUV | 48.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 46 | 0 | 0.49 | 0.36 | 0.72 | 344.57 | 0.32 | 0.21 |
| Hex | 48 | 25 | 2E | 0 | 31 | 24 | 48 | 159 | 20 | 15 |
| Octal | 110 | 45 | 56 | 0 | 61 | 44 | 110 | 531 | 40 | 25 |
| Binary | 1001000 | 100101 | 101110 | 0 | 110001 | 100100 | 1001000 | 101011001 | 100000 | 10101 |
Color Harmonies of #48252E
Complementary color
Monochromatic Colors of #48252E
Black with #48252E
Text Example
Text Example
White with #48252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48252E; }
p { color: rgb(72,37,46); }
H1.HeaderClassName
{
color: #48252E;
}
.AnyTagClassName
{
color: #48252E;
}
</style>
background-color css
<style>
a { background-color: #48252E; }
a { background-color: rgb(72,37,46); }
div.DivClassName
{
background-color: #48252E;
}
.BgClassName
{
background-color: #48252E;
}
</style>
border-color css
<style>
span { border-color: #48252E; }
span { border-color: rgb(72,37,46); }
td.TdClassName
{
border-color: #48252E;
}
.TagClassName
{
border-color: #48252E;
}
</style>