Shades of Castro #4D152A
Tints of Castro #4D152A
RGB
CMYK
RGB Variations
Color information
#4D152A (or 0x4D152A) is known color: Castro. HEX triplet: 4D, 15 and 2A. RGB value is (77,21,42). Sum of RGB (Red+Green+Blue) = 77+21+42=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D152A is #B2EAD5. Grayscale: #282828. Windows color (decimal): -11725526 or 2757965. OLE color: 2757965.
HSL color Cylindrical-coordinate representation of color #4D152A: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D152A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 42 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.70 |
| HSL | 337.5º | 0.57% | 0.19% | - |
| HSV(B) | 337.5º | 0.73% | 0.3% | - |
| XYZ | 3.75 | 2.28 | 2.43 | - |
| YUV | 40.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 42 | 0 | 0.73 | 0.45 | 0.70 | 337.5 | 0.57 | 0.19 |
| Hex | 4D | 15 | 2A | 0 | 49 | 2D | 46 | 152 | 39 | 13 |
| Octal | 115 | 25 | 52 | 0 | 111 | 55 | 106 | 522 | 71 | 23 |
| Binary | 1001101 | 10101 | 101010 | 0 | 1001001 | 101101 | 1000110 | 101010010 | 111001 | 10011 |
Color Harmonies of #4D152A
Complementary color
Monochromatic Colors of #4D152A
Black with #4D152A
Text Example
Text Example
White with #4D152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D152A; }
p { color: rgb(77,21,42); }
H1.HeaderClassName
{
color: #4D152A;
}
.AnyTagClassName
{
color: #4D152A;
}
</style>
background-color css
<style>
a { background-color: #4D152A; }
a { background-color: rgb(77,21,42); }
div.DivClassName
{
background-color: #4D152A;
}
.BgClassName
{
background-color: #4D152A;
}
</style>
border-color css
<style>
span { border-color: #4D152A; }
span { border-color: rgb(77,21,42); }
td.TdClassName
{
border-color: #4D152A;
}
.TagClassName
{
border-color: #4D152A;
}
</style>