Shades of Castro #462031
Tints of Castro #462031
RGB
CMYK
RGB Variations
Color information
#462031 (or 0x462031) is known color: Castro. HEX triplet: 46, 20 and 31. RGB value is (70,32,49). Sum of RGB (Red+Green+Blue) = 70+32+49=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462031 is #B9DFCE. Grayscale: #2D2D2D. Windows color (decimal): -12181455 or 3219526. OLE color: 3219526.
HSL color Cylindrical-coordinate representation of color #462031: hue angle of 333.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462031 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 49 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.73 |
| HSL | 333.16º | 0.37% | 0.2% | - |
| HSV(B) | 333.16º | 0.54% | 0.27% | - |
| XYZ | 3.6 | 2.56 | 3.21 | - |
| YUV | 45.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 49 | 0 | 0.54 | 0.30 | 0.73 | 333.16 | 0.37 | 0.2 |
| Hex | 46 | 20 | 31 | 0 | 36 | 1E | 49 | 14D | 25 | 14 |
| Octal | 106 | 40 | 61 | 0 | 66 | 36 | 111 | 515 | 45 | 24 |
| Binary | 1000110 | 100000 | 110001 | 0 | 110110 | 11110 | 1001001 | 101001101 | 100101 | 10100 |
Color Harmonies of #462031
Complementary color
Monochromatic Colors of #462031
Black with #462031
Text Example
Text Example
White with #462031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462031; }
p { color: rgb(70,32,49); }
H1.HeaderClassName
{
color: #462031;
}
.AnyTagClassName
{
color: #462031;
}
</style>
background-color css
<style>
a { background-color: #462031; }
a { background-color: rgb(70,32,49); }
div.DivClassName
{
background-color: #462031;
}
.BgClassName
{
background-color: #462031;
}
</style>
border-color css
<style>
span { border-color: #462031; }
span { border-color: rgb(70,32,49); }
td.TdClassName
{
border-color: #462031;
}
.TagClassName
{
border-color: #462031;
}
</style>