Shades of Castro #4D182D
Tints of Castro #4D182D
RGB
CMYK
RGB Variations
Color information
#4D182D (or 0x4D182D) is known color: Castro. HEX triplet: 4D, 18 and 2D. RGB value is (77,24,45). Sum of RGB (Red+Green+Blue) = 77+24+45=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D182D is #B2E7D2. Grayscale: #2A2A2A. Windows color (decimal): -11724755 or 2955341. OLE color: 2955341.
HSL color Cylindrical-coordinate representation of color #4D182D: hue angle of 336.23º 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 #4D182D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 45 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.70 |
| HSL | 336.23º | 0.52% | 0.2% | - |
| HSV(B) | 336.23º | 0.69% | 0.3% | - |
| XYZ | 3.86 | 2.42 | 2.75 | - |
| YUV | 42.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 45 | 0 | 0.69 | 0.42 | 0.70 | 336.23 | 0.52 | 0.2 |
| Hex | 4D | 18 | 2D | 0 | 45 | 2A | 46 | 150 | 34 | 14 |
| Octal | 115 | 30 | 55 | 0 | 105 | 52 | 106 | 520 | 64 | 24 |
| Binary | 1001101 | 11000 | 101101 | 0 | 1000101 | 101010 | 1000110 | 101010000 | 110100 | 10100 |
Color Harmonies of #4D182D
Complementary color
Monochromatic Colors of #4D182D
Black with #4D182D
Text Example
Text Example
White with #4D182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D182D; }
p { color: rgb(77,24,45); }
H1.HeaderClassName
{
color: #4D182D;
}
.AnyTagClassName
{
color: #4D182D;
}
</style>
background-color css
<style>
a { background-color: #4D182D; }
a { background-color: rgb(77,24,45); }
div.DivClassName
{
background-color: #4D182D;
}
.BgClassName
{
background-color: #4D182D;
}
</style>
border-color css
<style>
span { border-color: #4D182D; }
span { border-color: rgb(77,24,45); }
td.TdClassName
{
border-color: #4D182D;
}
.TagClassName
{
border-color: #4D182D;
}
</style>