Shades of Castro #481C2A
Tints of Castro #481C2A
RGB
CMYK
RGB Variations
Color information
#481C2A (or 0x481C2A) is known color: Castro. HEX triplet: 48, 1C and 2A. RGB value is (72,28,42). Sum of RGB (Red+Green+Blue) = 72+28+42=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C2A is #B7E3D5. Grayscale: #2A2A2A. Windows color (decimal): -12051414 or 2759752. OLE color: 2759752.
HSL color Cylindrical-coordinate representation of color #481C2A: hue angle of 340.91º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C2A is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 42 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.72 |
| HSL | 340.91º | 0.44% | 0.2% | - |
| HSV(B) | 340.91º | 0.61% | 0.28% | - |
| XYZ | 3.51 | 2.38 | 2.46 | - |
| YUV | 42.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 42 | 0 | 0.61 | 0.42 | 0.72 | 340.91 | 0.44 | 0.2 |
| Hex | 48 | 1C | 2A | 0 | 3D | 2A | 48 | 155 | 2C | 14 |
| Octal | 110 | 34 | 52 | 0 | 75 | 52 | 110 | 525 | 54 | 24 |
| Binary | 1001000 | 11100 | 101010 | 0 | 111101 | 101010 | 1001000 | 101010101 | 101100 | 10100 |
Color Harmonies of #481C2A
Complementary color
Monochromatic Colors of #481C2A
Black with #481C2A
Text Example
Text Example
White with #481C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C2A; }
p { color: rgb(72,28,42); }
H1.HeaderClassName
{
color: #481C2A;
}
.AnyTagClassName
{
color: #481C2A;
}
</style>
background-color css
<style>
a { background-color: #481C2A; }
a { background-color: rgb(72,28,42); }
div.DivClassName
{
background-color: #481C2A;
}
.BgClassName
{
background-color: #481C2A;
}
</style>
border-color css
<style>
span { border-color: #481C2A; }
span { border-color: rgb(72,28,42); }
td.TdClassName
{
border-color: #481C2A;
}
.TagClassName
{
border-color: #481C2A;
}
</style>