Shades of Castro #4E1B2C
Tints of Castro #4E1B2C
RGB
CMYK
RGB Variations
Color information
#4E1B2C (or 0x4E1B2C) is known color: Castro. HEX triplet: 4E, 1B and 2C. RGB value is (78,27,44). Sum of RGB (Red+Green+Blue) = 78+27+44=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B2C is #B1E4D3. Grayscale: #2C2C2C. Windows color (decimal): -11658452 or 2890574. OLE color: 2890574.
HSL color Cylindrical-coordinate representation of color #4E1B2C: hue angle of 340º 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 #4E1B2C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 44 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.69 |
| HSL | 340º | 0.49% | 0.21% | - |
| HSV(B) | 340º | 0.65% | 0.31% | - |
| XYZ | 3.99 | 2.59 | 2.67 | - |
| YUV | 44.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 44 | 0 | 0.65 | 0.44 | 0.69 | 340 | 0.49 | 0.21 |
| Hex | 4E | 1B | 2C | 0 | 41 | 2C | 45 | 154 | 31 | 15 |
| Octal | 116 | 33 | 54 | 0 | 101 | 54 | 105 | 524 | 61 | 25 |
| Binary | 1001110 | 11011 | 101100 | 0 | 1000001 | 101100 | 1000101 | 101010100 | 110001 | 10101 |
Color Harmonies of #4E1B2C
Complementary color
Monochromatic Colors of #4E1B2C
Black with #4E1B2C
Text Example
Text Example
White with #4E1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B2C; }
p { color: rgb(78,27,44); }
H1.HeaderClassName
{
color: #4E1B2C;
}
.AnyTagClassName
{
color: #4E1B2C;
}
</style>
background-color css
<style>
a { background-color: #4E1B2C; }
a { background-color: rgb(78,27,44); }
div.DivClassName
{
background-color: #4E1B2C;
}
.BgClassName
{
background-color: #4E1B2C;
}
</style>
border-color css
<style>
span { border-color: #4E1B2C; }
span { border-color: rgb(78,27,44); }
td.TdClassName
{
border-color: #4E1B2C;
}
.TagClassName
{
border-color: #4E1B2C;
}
</style>