Shades of Castro #4D1A2E
Tints of Castro #4D1A2E
RGB
CMYK
RGB Variations
Color information
#4D1A2E (or 0x4D1A2E) is known color: Castro. HEX triplet: 4D, 1A and 2E. RGB value is (77,26,46). Sum of RGB (Red+Green+Blue) = 77+26+46=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A2E is #B2E5D1. Grayscale: #2B2B2B. Windows color (decimal): -11724242 or 3021389. OLE color: 3021389.
HSL color Cylindrical-coordinate representation of color #4D1A2E: hue angle of 336.47º 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 #4D1A2E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 46 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.70 |
| HSL | 336.47º | 0.5% | 0.2% | - |
| HSV(B) | 336.47º | 0.66% | 0.3% | - |
| XYZ | 3.92 | 2.51 | 2.86 | - |
| YUV | 43.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 46 | 0 | 0.66 | 0.40 | 0.70 | 336.47 | 0.5 | 0.2 |
| Hex | 4D | 1A | 2E | 0 | 42 | 28 | 46 | 150 | 32 | 14 |
| Octal | 115 | 32 | 56 | 0 | 102 | 50 | 106 | 520 | 62 | 24 |
| Binary | 1001101 | 11010 | 101110 | 0 | 1000010 | 101000 | 1000110 | 101010000 | 110010 | 10100 |
Color Harmonies of #4D1A2E
Complementary color
Monochromatic Colors of #4D1A2E
Black with #4D1A2E
Text Example
Text Example
White with #4D1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A2E; }
p { color: rgb(77,26,46); }
H1.HeaderClassName
{
color: #4D1A2E;
}
.AnyTagClassName
{
color: #4D1A2E;
}
</style>
background-color css
<style>
a { background-color: #4D1A2E; }
a { background-color: rgb(77,26,46); }
div.DivClassName
{
background-color: #4D1A2E;
}
.BgClassName
{
background-color: #4D1A2E;
}
</style>
border-color css
<style>
span { border-color: #4D1A2E; }
span { border-color: rgb(77,26,46); }
td.TdClassName
{
border-color: #4D1A2E;
}
.TagClassName
{
border-color: #4D1A2E;
}
</style>