Shades of Castro #481C2E
Tints of Castro #481C2E
RGB
CMYK
RGB Variations
Color information
#481C2E (or 0x481C2E) is known color: Castro. HEX triplet: 48, 1C and 2E. RGB value is (72,28,46). Sum of RGB (Red+Green+Blue) = 72+28+46=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C2E is #B7E3D1. Grayscale: #2B2B2B. Windows color (decimal): -12051410 or 3021896. OLE color: 3021896.
HSL color Cylindrical-coordinate representation of color #481C2E: hue angle of 335.45º 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 #481C2E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 46 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.72 |
| HSL | 335.45º | 0.44% | 0.2% | - |
| HSV(B) | 335.45º | 0.61% | 0.28% | - |
| XYZ | 3.58 | 2.41 | 2.86 | - |
| YUV | 43.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 46 | 0 | 0.61 | 0.36 | 0.72 | 335.45 | 0.44 | 0.2 |
| Hex | 48 | 1C | 2E | 0 | 3D | 24 | 48 | 14F | 2C | 14 |
| Octal | 110 | 34 | 56 | 0 | 75 | 44 | 110 | 517 | 54 | 24 |
| Binary | 1001000 | 11100 | 101110 | 0 | 111101 | 100100 | 1001000 | 101001111 | 101100 | 10100 |
Color Harmonies of #481C2E
Complementary color
Monochromatic Colors of #481C2E
Black with #481C2E
Text Example
Text Example
White with #481C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C2E; }
p { color: rgb(72,28,46); }
H1.HeaderClassName
{
color: #481C2E;
}
.AnyTagClassName
{
color: #481C2E;
}
</style>
background-color css
<style>
a { background-color: #481C2E; }
a { background-color: rgb(72,28,46); }
div.DivClassName
{
background-color: #481C2E;
}
.BgClassName
{
background-color: #481C2E;
}
</style>
border-color css
<style>
span { border-color: #481C2E; }
span { border-color: rgb(72,28,46); }
td.TdClassName
{
border-color: #481C2E;
}
.TagClassName
{
border-color: #481C2E;
}
</style>