Shades of Castro #4E1F32
Tints of Castro #4E1F32
RGB
CMYK
RGB Variations
Color information
#4E1F32 (or 0x4E1F32) is known color: Castro. HEX triplet: 4E, 1F and 32. RGB value is (78,31,50). Sum of RGB (Red+Green+Blue) = 78+31+50=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F32 is #B1E0CD. Grayscale: #2F2F2F. Windows color (decimal): -11657422 or 3284814. OLE color: 3284814.
HSL color Cylindrical-coordinate representation of color #4E1F32: hue angle of 335.74º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E1F32 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 31 | 50 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.69 |
| HSL | 335.74º | 0.43% | 0.21% | - |
| HSV(B) | 335.74º | 0.6% | 0.31% | - |
| XYZ | 4.21 | 2.83 | 3.34 | - |
| YUV | 47.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 31 | 50 | 0 | 0.60 | 0.36 | 0.69 | 335.74 | 0.43 | 0.21 |
| Hex | 4E | 1F | 32 | 0 | 3C | 24 | 45 | 150 | 2B | 15 |
| Octal | 116 | 37 | 62 | 0 | 74 | 44 | 105 | 520 | 53 | 25 |
| Binary | 1001110 | 11111 | 110010 | 0 | 111100 | 100100 | 1000101 | 101010000 | 101011 | 10101 |
Color Harmonies of #4E1F32
Complementary color
Monochromatic Colors of #4E1F32
Black with #4E1F32
Text Example
Text Example
White with #4E1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1F32; }
p { color: rgb(78,31,50); }
H1.HeaderClassName
{
color: #4E1F32;
}
.AnyTagClassName
{
color: #4E1F32;
}
</style>
background-color css
<style>
a { background-color: #4E1F32; }
a { background-color: rgb(78,31,50); }
div.DivClassName
{
background-color: #4E1F32;
}
.BgClassName
{
background-color: #4E1F32;
}
</style>
border-color css
<style>
span { border-color: #4E1F32; }
span { border-color: rgb(78,31,50); }
td.TdClassName
{
border-color: #4E1F32;
}
.TagClassName
{
border-color: #4E1F32;
}
</style>