Shades of Castro #461C2D
Tints of Castro #461C2D
RGB
CMYK
RGB Variations
Color information
#461C2D (or 0x461C2D) is known color: Castro. HEX triplet: 46, 1C and 2D. RGB value is (70,28,45). Sum of RGB (Red+Green+Blue) = 70+28+45=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #461C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C2D is #B9E3D2. Grayscale: #2A2A2A. Windows color (decimal): -12182483 or 2956358. OLE color: 2956358.
HSL color Cylindrical-coordinate representation of color #461C2D: hue angle of 335.71º 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 #461C2D is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 45 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.73 |
| HSL | 335.71º | 0.43% | 0.19% | - |
| HSV(B) | 335.71º | 0.6% | 0.27% | - |
| XYZ | 3.41 | 2.32 | 2.75 | - |
| YUV | 42.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 45 | 0 | 0.60 | 0.36 | 0.73 | 335.71 | 0.43 | 0.19 |
| Hex | 46 | 1C | 2D | 0 | 3C | 24 | 49 | 150 | 2B | 13 |
| Octal | 106 | 34 | 55 | 0 | 74 | 44 | 111 | 520 | 53 | 23 |
| Binary | 1000110 | 11100 | 101101 | 0 | 111100 | 100100 | 1001001 | 101010000 | 101011 | 10011 |
Color Harmonies of #461C2D
Complementary color
Monochromatic Colors of #461C2D
Black with #461C2D
Text Example
Text Example
White with #461C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C2D; }
p { color: rgb(70,28,45); }
H1.HeaderClassName
{
color: #461C2D;
}
.AnyTagClassName
{
color: #461C2D;
}
</style>
background-color css
<style>
a { background-color: #461C2D; }
a { background-color: rgb(70,28,45); }
div.DivClassName
{
background-color: #461C2D;
}
.BgClassName
{
background-color: #461C2D;
}
</style>
border-color css
<style>
span { border-color: #461C2D; }
span { border-color: rgb(70,28,45); }
td.TdClassName
{
border-color: #461C2D;
}
.TagClassName
{
border-color: #461C2D;
}
</style>