Shades of Castro #461A2B
Tints of Castro #461A2B
RGB
CMYK
RGB Variations
Color information
#461A2B (or 0x461A2B) is known color: Castro. HEX triplet: 46, 1A and 2B. RGB value is (70,26,43). Sum of RGB (Red+Green+Blue) = 70+26+43=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A2B is #B9E5D4. Grayscale: #292929. Windows color (decimal): -12182997 or 2824774. OLE color: 2824774.
HSL color Cylindrical-coordinate representation of color #461A2B: hue angle of 336.82º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461A2B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 43 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.73 |
| HSL | 336.82º | 0.46% | 0.19% | - |
| HSV(B) | 336.82º | 0.63% | 0.27% | - |
| XYZ | 3.33 | 2.22 | 2.54 | - |
| YUV | 41.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 43 | 0 | 0.63 | 0.39 | 0.73 | 336.82 | 0.46 | 0.19 |
| Hex | 46 | 1A | 2B | 0 | 3F | 27 | 49 | 151 | 2E | 13 |
| Octal | 106 | 32 | 53 | 0 | 77 | 47 | 111 | 521 | 56 | 23 |
| Binary | 1000110 | 11010 | 101011 | 0 | 111111 | 100111 | 1001001 | 101010001 | 101110 | 10011 |
Color Harmonies of #461A2B
Complementary color
Monochromatic Colors of #461A2B
Black with #461A2B
Text Example
Text Example
White with #461A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A2B; }
p { color: rgb(70,26,43); }
H1.HeaderClassName
{
color: #461A2B;
}
.AnyTagClassName
{
color: #461A2B;
}
</style>
background-color css
<style>
a { background-color: #461A2B; }
a { background-color: rgb(70,26,43); }
div.DivClassName
{
background-color: #461A2B;
}
.BgClassName
{
background-color: #461A2B;
}
</style>
border-color css
<style>
span { border-color: #461A2B; }
span { border-color: rgb(70,26,43); }
td.TdClassName
{
border-color: #461A2B;
}
.TagClassName
{
border-color: #461A2B;
}
</style>