Shades of Castro #4E1A2B
Tints of Castro #4E1A2B
RGB
CMYK
RGB Variations
Color information
#4E1A2B (or 0x4E1A2B) is known color: Castro. HEX triplet: 4E, 1A and 2B. RGB value is (78,26,43). Sum of RGB (Red+Green+Blue) = 78+26+43=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A2B is #B1E5D4. Grayscale: #2B2B2B. Windows color (decimal): -11658709 or 2824782. OLE color: 2824782.
HSL color Cylindrical-coordinate representation of color #4E1A2B: hue angle of 340.38º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A2B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 43 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.69 |
| HSL | 340.38º | 0.5% | 0.2% | - |
| HSV(B) | 340.38º | 0.67% | 0.31% | - |
| XYZ | 3.95 | 2.53 | 2.57 | - |
| YUV | 43.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 43 | 0 | 0.67 | 0.45 | 0.69 | 340.38 | 0.5 | 0.2 |
| Hex | 4E | 1A | 2B | 0 | 43 | 2D | 45 | 154 | 32 | 14 |
| Octal | 116 | 32 | 53 | 0 | 103 | 55 | 105 | 524 | 62 | 24 |
| Binary | 1001110 | 11010 | 101011 | 0 | 1000011 | 101101 | 1000101 | 101010100 | 110010 | 10100 |
Color Harmonies of #4E1A2B
Complementary color
Monochromatic Colors of #4E1A2B
Black with #4E1A2B
Text Example
Text Example
White with #4E1A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A2B; }
p { color: rgb(78,26,43); }
H1.HeaderClassName
{
color: #4E1A2B;
}
.AnyTagClassName
{
color: #4E1A2B;
}
</style>
background-color css
<style>
a { background-color: #4E1A2B; }
a { background-color: rgb(78,26,43); }
div.DivClassName
{
background-color: #4E1A2B;
}
.BgClassName
{
background-color: #4E1A2B;
}
</style>
border-color css
<style>
span { border-color: #4E1A2B; }
span { border-color: rgb(78,26,43); }
td.TdClassName
{
border-color: #4E1A2B;
}
.TagClassName
{
border-color: #4E1A2B;
}
</style>