Shades of Castro #4E1B2E
Tints of Castro #4E1B2E
RGB
CMYK
RGB Variations
Color information
#4E1B2E (or 0x4E1B2E) is known color: Castro. HEX triplet: 4E, 1B and 2E. RGB value is (78,27,46). Sum of RGB (Red+Green+Blue) = 78+27+46=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B2E is #B1E4D1. Grayscale: #2C2C2C. Windows color (decimal): -11658450 or 3021646. OLE color: 3021646.
HSL color Cylindrical-coordinate representation of color #4E1B2E: hue angle of 337.65º 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 #4E1B2E is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 46 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.69 |
| HSL | 337.65º | 0.49% | 0.21% | - |
| HSV(B) | 337.65º | 0.65% | 0.31% | - |
| XYZ | 4.03 | 2.6 | 2.87 | - |
| YUV | 44.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 46 | 0 | 0.65 | 0.41 | 0.69 | 337.65 | 0.49 | 0.21 |
| Hex | 4E | 1B | 2E | 0 | 41 | 29 | 45 | 152 | 31 | 15 |
| Octal | 116 | 33 | 56 | 0 | 101 | 51 | 105 | 522 | 61 | 25 |
| Binary | 1001110 | 11011 | 101110 | 0 | 1000001 | 101001 | 1000101 | 101010010 | 110001 | 10101 |
Color Harmonies of #4E1B2E
Complementary color
Monochromatic Colors of #4E1B2E
Black with #4E1B2E
Text Example
Text Example
White with #4E1B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B2E; }
p { color: rgb(78,27,46); }
H1.HeaderClassName
{
color: #4E1B2E;
}
.AnyTagClassName
{
color: #4E1B2E;
}
</style>
background-color css
<style>
a { background-color: #4E1B2E; }
a { background-color: rgb(78,27,46); }
div.DivClassName
{
background-color: #4E1B2E;
}
.BgClassName
{
background-color: #4E1B2E;
}
</style>
border-color css
<style>
span { border-color: #4E1B2E; }
span { border-color: rgb(78,27,46); }
td.TdClassName
{
border-color: #4E1B2E;
}
.TagClassName
{
border-color: #4E1B2E;
}
</style>