Shades of Castro #4E1B2B
Tints of Castro #4E1B2B
RGB
CMYK
RGB Variations
Color information
#4E1B2B (or 0x4E1B2B) is known color: Castro. HEX triplet: 4E, 1B and 2B. RGB value is (78,27,43). Sum of RGB (Red+Green+Blue) = 78+27+43=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B2B is #B1E4D4. Grayscale: #2C2C2C. Windows color (decimal): -11658453 or 2825038. OLE color: 2825038.
HSL color Cylindrical-coordinate representation of color #4E1B2B: hue angle of 341.18º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E1B2B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 43 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.69 |
| HSL | 341.18º | 0.49% | 0.21% | - |
| HSV(B) | 341.18º | 0.65% | 0.31% | - |
| XYZ | 3.97 | 2.58 | 2.57 | - |
| YUV | 44.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 43 | 0 | 0.65 | 0.45 | 0.69 | 341.18 | 0.49 | 0.21 |
| Hex | 4E | 1B | 2B | 0 | 41 | 2D | 45 | 155 | 31 | 15 |
| Octal | 116 | 33 | 53 | 0 | 101 | 55 | 105 | 525 | 61 | 25 |
| Binary | 1001110 | 11011 | 101011 | 0 | 1000001 | 101101 | 1000101 | 101010101 | 110001 | 10101 |
Color Harmonies of #4E1B2B
Complementary color
Monochromatic Colors of #4E1B2B
Black with #4E1B2B
Text Example
Text Example
White with #4E1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B2B; }
p { color: rgb(78,27,43); }
H1.HeaderClassName
{
color: #4E1B2B;
}
.AnyTagClassName
{
color: #4E1B2B;
}
</style>
background-color css
<style>
a { background-color: #4E1B2B; }
a { background-color: rgb(78,27,43); }
div.DivClassName
{
background-color: #4E1B2B;
}
.BgClassName
{
background-color: #4E1B2B;
}
</style>
border-color css
<style>
span { border-color: #4E1B2B; }
span { border-color: rgb(78,27,43); }
td.TdClassName
{
border-color: #4E1B2B;
}
.TagClassName
{
border-color: #4E1B2B;
}
</style>