Shades of Castro #4D162A
Tints of Castro #4D162A
RGB
CMYK
RGB Variations
Color information
#4D162A (or 0x4D162A) is known color: Castro. HEX triplet: 4D, 16 and 2A. RGB value is (77,22,42). Sum of RGB (Red+Green+Blue) = 77+22+42=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D162A is #B2E9D5. Grayscale: #282828. Windows color (decimal): -11725270 or 2758221. OLE color: 2758221.
HSL color Cylindrical-coordinate representation of color #4D162A: hue angle of 338.18º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D162A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 42 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.70 |
| HSL | 338.18º | 0.56% | 0.19% | - |
| HSV(B) | 338.18º | 0.71% | 0.3% | - |
| XYZ | 3.77 | 2.32 | 2.44 | - |
| YUV | 40.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 42 | 0 | 0.71 | 0.45 | 0.70 | 338.18 | 0.56 | 0.19 |
| Hex | 4D | 16 | 2A | 0 | 47 | 2D | 46 | 152 | 38 | 13 |
| Octal | 115 | 26 | 52 | 0 | 107 | 55 | 106 | 522 | 70 | 23 |
| Binary | 1001101 | 10110 | 101010 | 0 | 1000111 | 101101 | 1000110 | 101010010 | 111000 | 10011 |
Color Harmonies of #4D162A
Complementary color
Monochromatic Colors of #4D162A
Black with #4D162A
Text Example
Text Example
White with #4D162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D162A; }
p { color: rgb(77,22,42); }
H1.HeaderClassName
{
color: #4D162A;
}
.AnyTagClassName
{
color: #4D162A;
}
</style>
background-color css
<style>
a { background-color: #4D162A; }
a { background-color: rgb(77,22,42); }
div.DivClassName
{
background-color: #4D162A;
}
.BgClassName
{
background-color: #4D162A;
}
</style>
border-color css
<style>
span { border-color: #4D162A; }
span { border-color: rgb(77,22,42); }
td.TdClassName
{
border-color: #4D162A;
}
.TagClassName
{
border-color: #4D162A;
}
</style>