Shades of Castro #4D2035
Tints of Castro #4D2035
RGB
CMYK
RGB Variations
Color information
#4D2035 (or 0x4D2035) is known color: Castro. HEX triplet: 4D, 20 and 35. RGB value is (77,32,53). Sum of RGB (Red+Green+Blue) = 77+32+53=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2035 is #B2DFCA. Grayscale: #2F2F2F. Windows color (decimal): -11722699 or 3481677. OLE color: 3481677.
HSL color Cylindrical-coordinate representation of color #4D2035: hue angle of 332º 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 #4D2035 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 53 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.70 |
| HSL | 332º | 0.41% | 0.21% | - |
| HSV(B) | 332º | 0.58% | 0.3% | - |
| XYZ | 4.22 | 2.87 | 3.7 | - |
| YUV | 47.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 53 | 0 | 0.58 | 0.31 | 0.70 | 332 | 0.41 | 0.21 |
| Hex | 4D | 20 | 35 | 0 | 3A | 1F | 46 | 14C | 29 | 15 |
| Octal | 115 | 40 | 65 | 0 | 72 | 37 | 106 | 514 | 51 | 25 |
| Binary | 1001101 | 100000 | 110101 | 0 | 111010 | 11111 | 1000110 | 101001100 | 101001 | 10101 |
Color Harmonies of #4D2035
Complementary color
Monochromatic Colors of #4D2035
Black with #4D2035
Text Example
Text Example
White with #4D2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2035; }
p { color: rgb(77,32,53); }
H1.HeaderClassName
{
color: #4D2035;
}
.AnyTagClassName
{
color: #4D2035;
}
</style>
background-color css
<style>
a { background-color: #4D2035; }
a { background-color: rgb(77,32,53); }
div.DivClassName
{
background-color: #4D2035;
}
.BgClassName
{
background-color: #4D2035;
}
</style>
border-color css
<style>
span { border-color: #4D2035; }
span { border-color: rgb(77,32,53); }
td.TdClassName
{
border-color: #4D2035;
}
.TagClassName
{
border-color: #4D2035;
}
</style>