Shades of Castro #4D1E2F
Tints of Castro #4D1E2F
RGB
CMYK
RGB Variations
Color information
#4D1E2F (or 0x4D1E2F) is known color: Castro. HEX triplet: 4D, 1E and 2F. RGB value is (77,30,47). Sum of RGB (Red+Green+Blue) = 77+30+47=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E2F is #B2E1D0. Grayscale: #2D2D2D. Windows color (decimal): -11723217 or 3087949. OLE color: 3087949.
HSL color Cylindrical-coordinate representation of color #4D1E2F: hue angle of 338.3º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E2F is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 47 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.70 |
| HSL | 338.3º | 0.44% | 0.21% | - |
| HSV(B) | 338.3º | 0.61% | 0.3% | - |
| XYZ | 4.04 | 2.71 | 3 | - |
| YUV | 45.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 47 | 0 | 0.61 | 0.39 | 0.70 | 338.3 | 0.44 | 0.21 |
| Hex | 4D | 1E | 2F | 0 | 3D | 27 | 46 | 152 | 2C | 15 |
| Octal | 115 | 36 | 57 | 0 | 75 | 47 | 106 | 522 | 54 | 25 |
| Binary | 1001101 | 11110 | 101111 | 0 | 111101 | 100111 | 1000110 | 101010010 | 101100 | 10101 |
Color Harmonies of #4D1E2F
Complementary color
Monochromatic Colors of #4D1E2F
Black with #4D1E2F
Text Example
Text Example
White with #4D1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E2F; }
p { color: rgb(77,30,47); }
H1.HeaderClassName
{
color: #4D1E2F;
}
.AnyTagClassName
{
color: #4D1E2F;
}
</style>
background-color css
<style>
a { background-color: #4D1E2F; }
a { background-color: rgb(77,30,47); }
div.DivClassName
{
background-color: #4D1E2F;
}
.BgClassName
{
background-color: #4D1E2F;
}
</style>
border-color css
<style>
span { border-color: #4D1E2F; }
span { border-color: rgb(77,30,47); }
td.TdClassName
{
border-color: #4D1E2F;
}
.TagClassName
{
border-color: #4D1E2F;
}
</style>