Shades of Castro #4D1C2B
Tints of Castro #4D1C2B
RGB
CMYK
RGB Variations
Color information
#4D1C2B (or 0x4D1C2B) is known color: Castro. HEX triplet: 4D, 1C and 2B. RGB value is (77,28,43). Sum of RGB (Red+Green+Blue) = 77+28+43=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C2B is #B2E3D4. Grayscale: #2C2C2C. Windows color (decimal): -11723733 or 2825293. OLE color: 2825293.
HSL color Cylindrical-coordinate representation of color #4D1C2B: hue angle of 341.63º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C2B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 43 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.70 |
| HSL | 341.63º | 0.47% | 0.21% | - |
| HSV(B) | 341.63º | 0.64% | 0.3% | - |
| XYZ | 3.91 | 2.58 | 2.58 | - |
| YUV | 44.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 43 | 0 | 0.64 | 0.44 | 0.70 | 341.63 | 0.47 | 0.21 |
| Hex | 4D | 1C | 2B | 0 | 40 | 2C | 46 | 156 | 2F | 15 |
| Octal | 115 | 34 | 53 | 0 | 100 | 54 | 106 | 526 | 57 | 25 |
| Binary | 1001101 | 11100 | 101011 | 0 | 1000000 | 101100 | 1000110 | 101010110 | 101111 | 10101 |
Color Harmonies of #4D1C2B
Complementary color
Monochromatic Colors of #4D1C2B
Black with #4D1C2B
Text Example
Text Example
White with #4D1C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C2B; }
p { color: rgb(77,28,43); }
H1.HeaderClassName
{
color: #4D1C2B;
}
.AnyTagClassName
{
color: #4D1C2B;
}
</style>
background-color css
<style>
a { background-color: #4D1C2B; }
a { background-color: rgb(77,28,43); }
div.DivClassName
{
background-color: #4D1C2B;
}
.BgClassName
{
background-color: #4D1C2B;
}
</style>
border-color css
<style>
span { border-color: #4D1C2B; }
span { border-color: rgb(77,28,43); }
td.TdClassName
{
border-color: #4D1C2B;
}
.TagClassName
{
border-color: #4D1C2B;
}
</style>