Shades of Castro #4D182B
Tints of Castro #4D182B
RGB
CMYK
RGB Variations
Color information
#4D182B (or 0x4D182B) is known color: Castro. HEX triplet: 4D, 18 and 2B. RGB value is (77,24,43). Sum of RGB (Red+Green+Blue) = 77+24+43=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D182B is #B2E7D4. Grayscale: #292929. Windows color (decimal): -11724757 or 2824269. OLE color: 2824269.
HSL color Cylindrical-coordinate representation of color #4D182B: hue angle of 338.49º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D182B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 43 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.70 |
| HSL | 338.49º | 0.52% | 0.2% | - |
| HSV(B) | 338.49º | 0.69% | 0.3% | - |
| XYZ | 3.82 | 2.41 | 2.55 | - |
| YUV | 42.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 43 | 0 | 0.69 | 0.44 | 0.70 | 338.49 | 0.52 | 0.2 |
| Hex | 4D | 18 | 2B | 0 | 45 | 2C | 46 | 152 | 34 | 14 |
| Octal | 115 | 30 | 53 | 0 | 105 | 54 | 106 | 522 | 64 | 24 |
| Binary | 1001101 | 11000 | 101011 | 0 | 1000101 | 101100 | 1000110 | 101010010 | 110100 | 10100 |
Color Harmonies of #4D182B
Complementary color
Monochromatic Colors of #4D182B
Black with #4D182B
Text Example
Text Example
White with #4D182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D182B; }
p { color: rgb(77,24,43); }
H1.HeaderClassName
{
color: #4D182B;
}
.AnyTagClassName
{
color: #4D182B;
}
</style>
background-color css
<style>
a { background-color: #4D182B; }
a { background-color: rgb(77,24,43); }
div.DivClassName
{
background-color: #4D182B;
}
.BgClassName
{
background-color: #4D182B;
}
</style>
border-color css
<style>
span { border-color: #4D182B; }
span { border-color: rgb(77,24,43); }
td.TdClassName
{
border-color: #4D182B;
}
.TagClassName
{
border-color: #4D182B;
}
</style>