Shades of Castro #4D1B2D
Tints of Castro #4D1B2D
RGB
CMYK
RGB Variations
Color information
#4D1B2D (or 0x4D1B2D) is known color: Castro. HEX triplet: 4D, 1B and 2D. RGB value is (77,27,45). Sum of RGB (Red+Green+Blue) = 77+27+45=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B2D is #B2E4D2. Grayscale: #2B2B2B. Windows color (decimal): -11723987 or 2956109. OLE color: 2956109.
HSL color Cylindrical-coordinate representation of color #4D1B2D: hue angle of 338.4º 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 #4D1B2D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 45 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.70 |
| HSL | 338.4º | 0.48% | 0.2% | - |
| HSV(B) | 338.4º | 0.65% | 0.3% | - |
| XYZ | 3.93 | 2.55 | 2.77 | - |
| YUV | 44 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 45 | 0 | 0.65 | 0.42 | 0.70 | 338.4 | 0.48 | 0.2 |
| Hex | 4D | 1B | 2D | 0 | 41 | 2A | 46 | 152 | 30 | 14 |
| Octal | 115 | 33 | 55 | 0 | 101 | 52 | 106 | 522 | 60 | 24 |
| Binary | 1001101 | 11011 | 101101 | 0 | 1000001 | 101010 | 1000110 | 101010010 | 110000 | 10100 |
Color Harmonies of #4D1B2D
Complementary color
Monochromatic Colors of #4D1B2D
Black with #4D1B2D
Text Example
Text Example
White with #4D1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B2D; }
p { color: rgb(77,27,45); }
H1.HeaderClassName
{
color: #4D1B2D;
}
.AnyTagClassName
{
color: #4D1B2D;
}
</style>
background-color css
<style>
a { background-color: #4D1B2D; }
a { background-color: rgb(77,27,45); }
div.DivClassName
{
background-color: #4D1B2D;
}
.BgClassName
{
background-color: #4D1B2D;
}
</style>
border-color css
<style>
span { border-color: #4D1B2D; }
span { border-color: rgb(77,27,45); }
td.TdClassName
{
border-color: #4D1B2D;
}
.TagClassName
{
border-color: #4D1B2D;
}
</style>