Shades of Castro #4E2032
Tints of Castro #4E2032
RGB
CMYK
RGB Variations
Color information
#4E2032 (or 0x4E2032) is known color: Castro. HEX triplet: 4E, 20 and 32. RGB value is (78,32,50). Sum of RGB (Red+Green+Blue) = 78+32+50=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2032 is #B1DFCD. Grayscale: #2F2F2F. Windows color (decimal): -11657166 or 3285070. OLE color: 3285070.
HSL color Cylindrical-coordinate representation of color #4E2032: hue angle of 336.52º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2032 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 50 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.69 |
| HSL | 336.52º | 0.42% | 0.22% | - |
| HSV(B) | 336.52º | 0.59% | 0.31% | - |
| XYZ | 4.23 | 2.88 | 3.35 | - |
| YUV | 47.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 50 | 0 | 0.59 | 0.36 | 0.69 | 336.52 | 0.42 | 0.22 |
| Hex | 4E | 20 | 32 | 0 | 3B | 24 | 45 | 151 | 2A | 16 |
| Octal | 116 | 40 | 62 | 0 | 73 | 44 | 105 | 521 | 52 | 26 |
| Binary | 1001110 | 100000 | 110010 | 0 | 111011 | 100100 | 1000101 | 101010001 | 101010 | 10110 |
Color Harmonies of #4E2032
Complementary color
Monochromatic Colors of #4E2032
Black with #4E2032
Text Example
Text Example
White with #4E2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2032; }
p { color: rgb(78,32,50); }
H1.HeaderClassName
{
color: #4E2032;
}
.AnyTagClassName
{
color: #4E2032;
}
</style>
background-color css
<style>
a { background-color: #4E2032; }
a { background-color: rgb(78,32,50); }
div.DivClassName
{
background-color: #4E2032;
}
.BgClassName
{
background-color: #4E2032;
}
</style>
border-color css
<style>
span { border-color: #4E2032; }
span { border-color: rgb(78,32,50); }
td.TdClassName
{
border-color: #4E2032;
}
.TagClassName
{
border-color: #4E2032;
}
</style>