Shades of Castro #461D2B
Tints of Castro #461D2B
RGB
CMYK
RGB Variations
Color information
#461D2B (or 0x461D2B) is known color: Castro. HEX triplet: 46, 1D and 2B. RGB value is (70,29,43). Sum of RGB (Red+Green+Blue) = 70+29+43=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #461D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D2B is #B9E2D4. Grayscale: #2A2A2A. Windows color (decimal): -12182229 or 2825542. OLE color: 2825542.
HSL color Cylindrical-coordinate representation of color #461D2B: hue angle of 339.51º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D2B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 43 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.73 |
| HSL | 339.51º | 0.41% | 0.19% | - |
| HSV(B) | 339.51º | 0.59% | 0.27% | - |
| XYZ | 3.4 | 2.36 | 2.56 | - |
| YUV | 42.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 43 | 0 | 0.59 | 0.39 | 0.73 | 339.51 | 0.41 | 0.19 |
| Hex | 46 | 1D | 2B | 0 | 3B | 27 | 49 | 154 | 29 | 13 |
| Octal | 106 | 35 | 53 | 0 | 73 | 47 | 111 | 524 | 51 | 23 |
| Binary | 1000110 | 11101 | 101011 | 0 | 111011 | 100111 | 1001001 | 101010100 | 101001 | 10011 |
Color Harmonies of #461D2B
Complementary color
Monochromatic Colors of #461D2B
Black with #461D2B
Text Example
Text Example
White with #461D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D2B; }
p { color: rgb(70,29,43); }
H1.HeaderClassName
{
color: #461D2B;
}
.AnyTagClassName
{
color: #461D2B;
}
</style>
background-color css
<style>
a { background-color: #461D2B; }
a { background-color: rgb(70,29,43); }
div.DivClassName
{
background-color: #461D2B;
}
.BgClassName
{
background-color: #461D2B;
}
</style>
border-color css
<style>
span { border-color: #461D2B; }
span { border-color: rgb(70,29,43); }
td.TdClassName
{
border-color: #461D2B;
}
.TagClassName
{
border-color: #461D2B;
}
</style>