Shades of Castro #482432
Tints of Castro #482432
RGB
CMYK
RGB Variations
Color information
#482432 (or 0x482432) is known color: Castro. HEX triplet: 48, 24 and 32. RGB value is (72,36,50). Sum of RGB (Red+Green+Blue) = 72+36+50=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #482432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482432 is #B7DBCD. Grayscale: #303030. Windows color (decimal): -12049358 or 3286088. OLE color: 3286088.
HSL color Cylindrical-coordinate representation of color #482432: hue angle of 336.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482432 is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 50 | - |
| CMYK | 0 | 0.5 | 0.31 | 0.72 |
| HSL | 336.67º | 0.33% | 0.21% | - |
| HSV(B) | 336.67º | 0.5% | 0.28% | - |
| XYZ | 3.88 | 2.87 | 3.37 | - |
| YUV | 48.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 50 | 0 | 0.5 | 0.31 | 0.72 | 336.67 | 0.33 | 0.21 |
| Hex | 48 | 24 | 32 | 0 | 32 | 1F | 48 | 151 | 21 | 15 |
| Octal | 110 | 44 | 62 | 0 | 62 | 37 | 110 | 521 | 41 | 25 |
| Binary | 1001000 | 100100 | 110010 | 0 | 110010 | 11111 | 1001000 | 101010001 | 100001 | 10101 |
Color Harmonies of #482432
Complementary color
Monochromatic Colors of #482432
Black with #482432
Text Example
Text Example
White with #482432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482432; }
p { color: rgb(72,36,50); }
H1.HeaderClassName
{
color: #482432;
}
.AnyTagClassName
{
color: #482432;
}
</style>
background-color css
<style>
a { background-color: #482432; }
a { background-color: rgb(72,36,50); }
div.DivClassName
{
background-color: #482432;
}
.BgClassName
{
background-color: #482432;
}
</style>
border-color css
<style>
span { border-color: #482432; }
span { border-color: rgb(72,36,50); }
td.TdClassName
{
border-color: #482432;
}
.TagClassName
{
border-color: #482432;
}
</style>