Shades of Castro #4D202D
Tints of Castro #4D202D
RGB
CMYK
RGB Variations
Color information
#4D202D (or 0x4D202D) is known color: Castro. HEX triplet: 4D, 20 and 2D. RGB value is (77,32,45). Sum of RGB (Red+Green+Blue) = 77+32+45=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D202D is #B2DFD2. Grayscale: #2E2E2E. Windows color (decimal): -11722707 or 2957389. OLE color: 2957389.
HSL color Cylindrical-coordinate representation of color #4D202D: hue angle of 342.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D202D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 45 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.70 |
| HSL | 342.67º | 0.41% | 0.21% | - |
| HSV(B) | 342.67º | 0.58% | 0.3% | - |
| XYZ | 4.05 | 2.8 | 2.81 | - |
| YUV | 46.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 45 | 0 | 0.58 | 0.42 | 0.70 | 342.67 | 0.41 | 0.21 |
| Hex | 4D | 20 | 2D | 0 | 3A | 2A | 46 | 157 | 29 | 15 |
| Octal | 115 | 40 | 55 | 0 | 72 | 52 | 106 | 527 | 51 | 25 |
| Binary | 1001101 | 100000 | 101101 | 0 | 111010 | 101010 | 1000110 | 101010111 | 101001 | 10101 |
Color Harmonies of #4D202D
Complementary color
Monochromatic Colors of #4D202D
Black with #4D202D
Text Example
Text Example
White with #4D202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D202D; }
p { color: rgb(77,32,45); }
H1.HeaderClassName
{
color: #4D202D;
}
.AnyTagClassName
{
color: #4D202D;
}
</style>
background-color css
<style>
a { background-color: #4D202D; }
a { background-color: rgb(77,32,45); }
div.DivClassName
{
background-color: #4D202D;
}
.BgClassName
{
background-color: #4D202D;
}
</style>
border-color css
<style>
span { border-color: #4D202D; }
span { border-color: rgb(77,32,45); }
td.TdClassName
{
border-color: #4D202D;
}
.TagClassName
{
border-color: #4D202D;
}
</style>