Shades of Castro #4A1F31
Tints of Castro #4A1F31
RGB
CMYK
RGB Variations
Color information
#4A1F31 (or 0x4A1F31) is known color: Castro. HEX triplet: 4A, 1F and 31. RGB value is (74,31,49). Sum of RGB (Red+Green+Blue) = 74+31+49=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F31 is #B5E0CE. Grayscale: #2D2D2D. Windows color (decimal): -11919567 or 3219274. OLE color: 3219274.
HSL color Cylindrical-coordinate representation of color #4A1F31: hue angle of 334.88º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A1F31 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 31 | 49 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.71 |
| HSL | 334.88º | 0.41% | 0.21% | - |
| HSV(B) | 334.88º | 0.58% | 0.29% | - |
| XYZ | 3.87 | 2.66 | 3.21 | - |
| YUV | 45.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 49 | 0 | 0.58 | 0.34 | 0.71 | 334.88 | 0.41 | 0.21 |
| Hex | 4A | 1F | 31 | 0 | 3A | 22 | 47 | 14F | 29 | 15 |
| Octal | 112 | 37 | 61 | 0 | 72 | 42 | 107 | 517 | 51 | 25 |
| Binary | 1001010 | 11111 | 110001 | 0 | 111010 | 100010 | 1000111 | 101001111 | 101001 | 10101 |
Color Harmonies of #4A1F31
Complementary color
Monochromatic Colors of #4A1F31
Black with #4A1F31
Text Example
Text Example
White with #4A1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F31; }
p { color: rgb(74,31,49); }
H1.HeaderClassName
{
color: #4A1F31;
}
.AnyTagClassName
{
color: #4A1F31;
}
</style>
background-color css
<style>
a { background-color: #4A1F31; }
a { background-color: rgb(74,31,49); }
div.DivClassName
{
background-color: #4A1F31;
}
.BgClassName
{
background-color: #4A1F31;
}
</style>
border-color css
<style>
span { border-color: #4A1F31; }
span { border-color: rgb(74,31,49); }
td.TdClassName
{
border-color: #4A1F31;
}
.TagClassName
{
border-color: #4A1F31;
}
</style>