Shades of Castro #4D1A2D
Tints of Castro #4D1A2D
RGB
CMYK
RGB Variations
Color information
#4D1A2D (or 0x4D1A2D) is known color: Castro. HEX triplet: 4D, 1A and 2D. RGB value is (77,26,45). Sum of RGB (Red+Green+Blue) = 77+26+45=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A2D is #B2E5D2. Grayscale: #2B2B2B. Windows color (decimal): -11724243 or 2955853. OLE color: 2955853.
HSL color Cylindrical-coordinate representation of color #4D1A2D: hue angle of 337.65º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A2D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 45 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.70 |
| HSL | 337.65º | 0.5% | 0.2% | - |
| HSV(B) | 337.65º | 0.66% | 0.3% | - |
| XYZ | 3.9 | 2.51 | 2.76 | - |
| YUV | 43.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 45 | 0 | 0.66 | 0.42 | 0.70 | 337.65 | 0.5 | 0.2 |
| Hex | 4D | 1A | 2D | 0 | 42 | 2A | 46 | 152 | 32 | 14 |
| Octal | 115 | 32 | 55 | 0 | 102 | 52 | 106 | 522 | 62 | 24 |
| Binary | 1001101 | 11010 | 101101 | 0 | 1000010 | 101010 | 1000110 | 101010010 | 110010 | 10100 |
Color Harmonies of #4D1A2D
Complementary color
Monochromatic Colors of #4D1A2D
Black with #4D1A2D
Text Example
Text Example
White with #4D1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A2D; }
p { color: rgb(77,26,45); }
H1.HeaderClassName
{
color: #4D1A2D;
}
.AnyTagClassName
{
color: #4D1A2D;
}
</style>
background-color css
<style>
a { background-color: #4D1A2D; }
a { background-color: rgb(77,26,45); }
div.DivClassName
{
background-color: #4D1A2D;
}
.BgClassName
{
background-color: #4D1A2D;
}
</style>
border-color css
<style>
span { border-color: #4D1A2D; }
span { border-color: rgb(77,26,45); }
td.TdClassName
{
border-color: #4D1A2D;
}
.TagClassName
{
border-color: #4D1A2D;
}
</style>