Shades of Castro #461C2E
Tints of Castro #461C2E
RGB
CMYK
RGB Variations
Color information
#461C2E (or 0x461C2E) is known color: Castro. HEX triplet: 46, 1C and 2E. RGB value is (70,28,46). Sum of RGB (Red+Green+Blue) = 70+28+46=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C2E is #B9E3D1. Grayscale: #2A2A2A. Windows color (decimal): -12182482 or 3021894. OLE color: 3021894.
HSL color Cylindrical-coordinate representation of color #461C2E: hue angle of 334.29º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C2E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 46 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.73 |
| HSL | 334.29º | 0.43% | 0.19% | - |
| HSV(B) | 334.29º | 0.6% | 0.27% | - |
| XYZ | 3.43 | 2.33 | 2.85 | - |
| YUV | 42.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 46 | 0 | 0.60 | 0.34 | 0.73 | 334.29 | 0.43 | 0.19 |
| Hex | 46 | 1C | 2E | 0 | 3C | 22 | 49 | 14E | 2B | 13 |
| Octal | 106 | 34 | 56 | 0 | 74 | 42 | 111 | 516 | 53 | 23 |
| Binary | 1000110 | 11100 | 101110 | 0 | 111100 | 100010 | 1001001 | 101001110 | 101011 | 10011 |
Color Harmonies of #461C2E
Complementary color
Monochromatic Colors of #461C2E
Black with #461C2E
Text Example
Text Example
White with #461C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C2E; }
p { color: rgb(70,28,46); }
H1.HeaderClassName
{
color: #461C2E;
}
.AnyTagClassName
{
color: #461C2E;
}
</style>
background-color css
<style>
a { background-color: #461C2E; }
a { background-color: rgb(70,28,46); }
div.DivClassName
{
background-color: #461C2E;
}
.BgClassName
{
background-color: #461C2E;
}
</style>
border-color css
<style>
span { border-color: #461C2E; }
span { border-color: rgb(70,28,46); }
td.TdClassName
{
border-color: #461C2E;
}
.TagClassName
{
border-color: #461C2E;
}
</style>