Shades of Castro #482935
Tints of Castro #482935
RGB
CMYK
RGB Variations
Color information
#482935 (or 0x482935) is known color: Castro. HEX triplet: 48, 29 and 35. RGB value is (72,41,53). Sum of RGB (Red+Green+Blue) = 72+41+53=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #482935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482935 is #B7D6CA. Grayscale: #333333. Windows color (decimal): -12048075 or 3483976. OLE color: 3483976.
HSL color Cylindrical-coordinate representation of color #482935: hue angle of 336.77º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #482935 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 41 | 53 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.72 |
| HSL | 336.77º | 0.27% | 0.22% | - |
| HSV(B) | 336.77º | 0.43% | 0.28% | - |
| XYZ | 4.11 | 3.22 | 3.77 | - |
| YUV | 51.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 53 | 0 | 0.43 | 0.26 | 0.72 | 336.77 | 0.27 | 0.22 |
| Hex | 48 | 29 | 35 | 0 | 2B | 1A | 48 | 151 | 1B | 16 |
| Octal | 110 | 51 | 65 | 0 | 53 | 32 | 110 | 521 | 33 | 26 |
| Binary | 1001000 | 101001 | 110101 | 0 | 101011 | 11010 | 1001000 | 101010001 | 11011 | 10110 |
Color Harmonies of #482935
Complementary color
Monochromatic Colors of #482935
Black with #482935
Text Example
Text Example
White with #482935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482935; }
p { color: rgb(72,41,53); }
H1.HeaderClassName
{
color: #482935;
}
.AnyTagClassName
{
color: #482935;
}
</style>
background-color css
<style>
a { background-color: #482935; }
a { background-color: rgb(72,41,53); }
div.DivClassName
{
background-color: #482935;
}
.BgClassName
{
background-color: #482935;
}
</style>
border-color css
<style>
span { border-color: #482935; }
span { border-color: rgb(72,41,53); }
td.TdClassName
{
border-color: #482935;
}
.TagClassName
{
border-color: #482935;
}
</style>