Shades of Castro #4D1D2D
Tints of Castro #4D1D2D
RGB
CMYK
RGB Variations
Color information
#4D1D2D (or 0x4D1D2D) is known color: Castro. HEX triplet: 4D, 1D and 2D. RGB value is (77,29,45). Sum of RGB (Red+Green+Blue) = 77+29+45=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D2D is #B2E2D2. Grayscale: #2D2D2D. Windows color (decimal): -11723475 or 2956621. OLE color: 2956621.
HSL color Cylindrical-coordinate representation of color #4D1D2D: hue angle of 340º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D2D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 45 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.70 |
| HSL | 340º | 0.45% | 0.21% | - |
| HSV(B) | 340º | 0.62% | 0.3% | - |
| XYZ | 3.97 | 2.65 | 2.78 | - |
| YUV | 45.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 45 | 0 | 0.62 | 0.42 | 0.70 | 340 | 0.45 | 0.21 |
| Hex | 4D | 1D | 2D | 0 | 3E | 2A | 46 | 154 | 2D | 15 |
| Octal | 115 | 35 | 55 | 0 | 76 | 52 | 106 | 524 | 55 | 25 |
| Binary | 1001101 | 11101 | 101101 | 0 | 111110 | 101010 | 1000110 | 101010100 | 101101 | 10101 |
Color Harmonies of #4D1D2D
Complementary color
Monochromatic Colors of #4D1D2D
Black with #4D1D2D
Text Example
Text Example
White with #4D1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D2D; }
p { color: rgb(77,29,45); }
H1.HeaderClassName
{
color: #4D1D2D;
}
.AnyTagClassName
{
color: #4D1D2D;
}
</style>
background-color css
<style>
a { background-color: #4D1D2D; }
a { background-color: rgb(77,29,45); }
div.DivClassName
{
background-color: #4D1D2D;
}
.BgClassName
{
background-color: #4D1D2D;
}
</style>
border-color css
<style>
span { border-color: #4D1D2D; }
span { border-color: rgb(77,29,45); }
td.TdClassName
{
border-color: #4D1D2D;
}
.TagClassName
{
border-color: #4D1D2D;
}
</style>