Shades of Castro #4E1B2F
Tints of Castro #4E1B2F
RGB
CMYK
RGB Variations
Color information
#4E1B2F (or 0x4E1B2F) is known color: Castro. HEX triplet: 4E, 1B and 2F. RGB value is (78,27,47). Sum of RGB (Red+Green+Blue) = 78+27+47=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B2F is #B1E4D0. Grayscale: #2C2C2C. Windows color (decimal): -11658449 or 3087182. OLE color: 3087182.
HSL color Cylindrical-coordinate representation of color #4E1B2F: hue angle of 336.47º 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 #4E1B2F is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 47 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.69 |
| HSL | 336.47º | 0.49% | 0.21% | - |
| HSV(B) | 336.47º | 0.65% | 0.31% | - |
| XYZ | 4.05 | 2.61 | 2.98 | - |
| YUV | 44.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 47 | 0 | 0.65 | 0.40 | 0.69 | 336.47 | 0.49 | 0.21 |
| Hex | 4E | 1B | 2F | 0 | 41 | 28 | 45 | 150 | 31 | 15 |
| Octal | 116 | 33 | 57 | 0 | 101 | 50 | 105 | 520 | 61 | 25 |
| Binary | 1001110 | 11011 | 101111 | 0 | 1000001 | 101000 | 1000101 | 101010000 | 110001 | 10101 |
Color Harmonies of #4E1B2F
Complementary color
Monochromatic Colors of #4E1B2F
Black with #4E1B2F
Text Example
Text Example
White with #4E1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B2F; }
p { color: rgb(78,27,47); }
H1.HeaderClassName
{
color: #4E1B2F;
}
.AnyTagClassName
{
color: #4E1B2F;
}
</style>
background-color css
<style>
a { background-color: #4E1B2F; }
a { background-color: rgb(78,27,47); }
div.DivClassName
{
background-color: #4E1B2F;
}
.BgClassName
{
background-color: #4E1B2F;
}
</style>
border-color css
<style>
span { border-color: #4E1B2F; }
span { border-color: rgb(78,27,47); }
td.TdClassName
{
border-color: #4E1B2F;
}
.TagClassName
{
border-color: #4E1B2F;
}
</style>