Shades of Castro #4A1F2B
Tints of Castro #4A1F2B
RGB
CMYK
RGB Variations
Color information
#4A1F2B (or 0x4A1F2B) is known color: Castro. HEX triplet: 4A, 1F and 2B. RGB value is (74,31,43). Sum of RGB (Red+Green+Blue) = 74+31+43=148 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F2B is #B5E0D4. Grayscale: #2D2D2D. Windows color (decimal): -11919573 or 2826058. OLE color: 2826058.
HSL color Cylindrical-coordinate representation of color #4A1F2B: hue angle of 343.26º 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 #4A1F2B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 31 | 43 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.71 |
| HSL | 343.26º | 0.41% | 0.21% | - |
| HSV(B) | 343.26º | 0.58% | 0.29% | - |
| XYZ | 3.75 | 2.61 | 2.59 | - |
| YUV | 45.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 43 | 0 | 0.58 | 0.42 | 0.71 | 343.26 | 0.41 | 0.21 |
| Hex | 4A | 1F | 2B | 0 | 3A | 2A | 47 | 157 | 29 | 15 |
| Octal | 112 | 37 | 53 | 0 | 72 | 52 | 107 | 527 | 51 | 25 |
| Binary | 1001010 | 11111 | 101011 | 0 | 111010 | 101010 | 1000111 | 101010111 | 101001 | 10101 |
Color Harmonies of #4A1F2B
Complementary color
Monochromatic Colors of #4A1F2B
Black with #4A1F2B
Text Example
Text Example
White with #4A1F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F2B; }
p { color: rgb(74,31,43); }
H1.HeaderClassName
{
color: #4A1F2B;
}
.AnyTagClassName
{
color: #4A1F2B;
}
</style>
background-color css
<style>
a { background-color: #4A1F2B; }
a { background-color: rgb(74,31,43); }
div.DivClassName
{
background-color: #4A1F2B;
}
.BgClassName
{
background-color: #4A1F2B;
}
</style>
border-color css
<style>
span { border-color: #4A1F2B; }
span { border-color: rgb(74,31,43); }
td.TdClassName
{
border-color: #4A1F2B;
}
.TagClassName
{
border-color: #4A1F2B;
}
</style>