Shades of Castro #4D1B2F
Tints of Castro #4D1B2F
RGB
CMYK
RGB Variations
Color information
#4D1B2F (or 0x4D1B2F) is known color: Castro. HEX triplet: 4D, 1B and 2F. RGB value is (77,27,47). Sum of RGB (Red+Green+Blue) = 77+27+47=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B2F is #B2E4D0. Grayscale: #2C2C2C. Windows color (decimal): -11723985 or 3087181. OLE color: 3087181.
HSL color Cylindrical-coordinate representation of color #4D1B2F: hue angle of 336º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B2F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 47 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.70 |
| HSL | 336º | 0.48% | 0.2% | - |
| HSV(B) | 336º | 0.65% | 0.3% | - |
| XYZ | 3.97 | 2.57 | 2.98 | - |
| YUV | 44.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 47 | 0 | 0.65 | 0.39 | 0.70 | 336 | 0.48 | 0.2 |
| Hex | 4D | 1B | 2F | 0 | 41 | 27 | 46 | 150 | 30 | 14 |
| Octal | 115 | 33 | 57 | 0 | 101 | 47 | 106 | 520 | 60 | 24 |
| Binary | 1001101 | 11011 | 101111 | 0 | 1000001 | 100111 | 1000110 | 101010000 | 110000 | 10100 |
Color Harmonies of #4D1B2F
Complementary color
Monochromatic Colors of #4D1B2F
Black with #4D1B2F
Text Example
Text Example
White with #4D1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B2F; }
p { color: rgb(77,27,47); }
H1.HeaderClassName
{
color: #4D1B2F;
}
.AnyTagClassName
{
color: #4D1B2F;
}
</style>
background-color css
<style>
a { background-color: #4D1B2F; }
a { background-color: rgb(77,27,47); }
div.DivClassName
{
background-color: #4D1B2F;
}
.BgClassName
{
background-color: #4D1B2F;
}
</style>
border-color css
<style>
span { border-color: #4D1B2F; }
span { border-color: rgb(77,27,47); }
td.TdClassName
{
border-color: #4D1B2F;
}
.TagClassName
{
border-color: #4D1B2F;
}
</style>