Shades of Castro #4D2032
Tints of Castro #4D2032
RGB
CMYK
RGB Variations
Color information
#4D2032 (or 0x4D2032) is known color: Castro. HEX triplet: 4D, 20 and 32. RGB value is (77,32,50). Sum of RGB (Red+Green+Blue) = 77+32+50=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2032 is #B2DFCD. Grayscale: #2F2F2F. Windows color (decimal): -11722702 or 3285069. OLE color: 3285069.
HSL color Cylindrical-coordinate representation of color #4D2032: hue angle of 336º 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 #4D2032 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 50 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.70 |
| HSL | 336º | 0.41% | 0.21% | - |
| HSV(B) | 336º | 0.58% | 0.3% | - |
| XYZ | 4.15 | 2.84 | 3.35 | - |
| YUV | 47.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 50 | 0 | 0.58 | 0.35 | 0.70 | 336 | 0.41 | 0.21 |
| Hex | 4D | 20 | 32 | 0 | 3A | 23 | 46 | 150 | 29 | 15 |
| Octal | 115 | 40 | 62 | 0 | 72 | 43 | 106 | 520 | 51 | 25 |
| Binary | 1001101 | 100000 | 110010 | 0 | 111010 | 100011 | 1000110 | 101010000 | 101001 | 10101 |
Color Harmonies of #4D2032
Complementary color
Monochromatic Colors of #4D2032
Black with #4D2032
Text Example
Text Example
White with #4D2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2032; }
p { color: rgb(77,32,50); }
H1.HeaderClassName
{
color: #4D2032;
}
.AnyTagClassName
{
color: #4D2032;
}
</style>
background-color css
<style>
a { background-color: #4D2032; }
a { background-color: rgb(77,32,50); }
div.DivClassName
{
background-color: #4D2032;
}
.BgClassName
{
background-color: #4D2032;
}
</style>
border-color css
<style>
span { border-color: #4D2032; }
span { border-color: rgb(77,32,50); }
td.TdClassName
{
border-color: #4D2032;
}
.TagClassName
{
border-color: #4D2032;
}
</style>