Shades of Castro #4E1F35
Tints of Castro #4E1F35
RGB
CMYK
RGB Variations
Color information
#4E1F35 (or 0x4E1F35) is known color: Castro. HEX triplet: 4E, 1F and 35. RGB value is (78,31,53). Sum of RGB (Red+Green+Blue) = 78+31+53=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F35 is #B1E0CA. Grayscale: #2F2F2F. Windows color (decimal): -11657419 or 3481422. OLE color: 3481422.
HSL color Cylindrical-coordinate representation of color #4E1F35: hue angle of 331.91º 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 #4E1F35 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 31 | 53 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.69 |
| HSL | 331.91º | 0.43% | 0.21% | - |
| HSV(B) | 331.91º | 0.6% | 0.31% | - |
| XYZ | 4.27 | 2.86 | 3.69 | - |
| YUV | 47.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 31 | 53 | 0 | 0.60 | 0.32 | 0.69 | 331.91 | 0.43 | 0.21 |
| Hex | 4E | 1F | 35 | 0 | 3C | 20 | 45 | 14C | 2B | 15 |
| Octal | 116 | 37 | 65 | 0 | 74 | 40 | 105 | 514 | 53 | 25 |
| Binary | 1001110 | 11111 | 110101 | 0 | 111100 | 100000 | 1000101 | 101001100 | 101011 | 10101 |
Color Harmonies of #4E1F35
Complementary color
Monochromatic Colors of #4E1F35
Black with #4E1F35
Text Example
Text Example
White with #4E1F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1F35; }
p { color: rgb(78,31,53); }
H1.HeaderClassName
{
color: #4E1F35;
}
.AnyTagClassName
{
color: #4E1F35;
}
</style>
background-color css
<style>
a { background-color: #4E1F35; }
a { background-color: rgb(78,31,53); }
div.DivClassName
{
background-color: #4E1F35;
}
.BgClassName
{
background-color: #4E1F35;
}
</style>
border-color css
<style>
span { border-color: #4E1F35; }
span { border-color: rgb(78,31,53); }
td.TdClassName
{
border-color: #4E1F35;
}
.TagClassName
{
border-color: #4E1F35;
}
</style>