Shades of Castro #4F1A2E
Tints of Castro #4F1A2E
RGB
CMYK
RGB Variations
Color information
#4F1A2E (or 0x4F1A2E) is known color: Castro. HEX triplet: 4F, 1A and 2E. RGB value is (79,26,46). Sum of RGB (Red+Green+Blue) = 79+26+46=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A2E is #B0E5D1. Grayscale: #2C2C2C. Windows color (decimal): -11593170 or 3021391. OLE color: 3021391.
HSL color Cylindrical-coordinate representation of color #4F1A2E: hue angle of 337.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F1A2E is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 26 | 46 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.69 |
| HSL | 337.36º | 0.5% | 0.21% | - |
| HSV(B) | 337.36º | 0.67% | 0.31% | - |
| XYZ | 4.09 | 2.6 | 2.87 | - |
| YUV | 44.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 46 | 0 | 0.67 | 0.42 | 0.69 | 337.36 | 0.5 | 0.21 |
| Hex | 4F | 1A | 2E | 0 | 43 | 2A | 45 | 151 | 32 | 15 |
| Octal | 117 | 32 | 56 | 0 | 103 | 52 | 105 | 521 | 62 | 25 |
| Binary | 1001111 | 11010 | 101110 | 0 | 1000011 | 101010 | 1000101 | 101010001 | 110010 | 10101 |
Color Harmonies of #4F1A2E
Complementary color
Monochromatic Colors of #4F1A2E
Black with #4F1A2E
Text Example
Text Example
White with #4F1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1A2E; }
p { color: rgb(79,26,46); }
H1.HeaderClassName
{
color: #4F1A2E;
}
.AnyTagClassName
{
color: #4F1A2E;
}
</style>
background-color css
<style>
a { background-color: #4F1A2E; }
a { background-color: rgb(79,26,46); }
div.DivClassName
{
background-color: #4F1A2E;
}
.BgClassName
{
background-color: #4F1A2E;
}
</style>
border-color css
<style>
span { border-color: #4F1A2E; }
span { border-color: rgb(79,26,46); }
td.TdClassName
{
border-color: #4F1A2E;
}
.TagClassName
{
border-color: #4F1A2E;
}
</style>