Shades of Castro #481D2C
Tints of Castro #481D2C
RGB
CMYK
RGB Variations
Color information
#481D2C (or 0x481D2C) is known color: Castro. HEX triplet: 48, 1D and 2C. RGB value is (72,29,44). Sum of RGB (Red+Green+Blue) = 72+29+44=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D2C is #B7E2D3. Grayscale: #2B2B2B. Windows color (decimal): -12051156 or 2891080. OLE color: 2891080.
HSL color Cylindrical-coordinate representation of color #481D2C: hue angle of 339.07º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D2C is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 44 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.72 |
| HSL | 339.07º | 0.43% | 0.2% | - |
| HSV(B) | 339.07º | 0.6% | 0.28% | - |
| XYZ | 3.57 | 2.44 | 2.67 | - |
| YUV | 43.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 44 | 0 | 0.60 | 0.39 | 0.72 | 339.07 | 0.43 | 0.2 |
| Hex | 48 | 1D | 2C | 0 | 3C | 27 | 48 | 153 | 2B | 14 |
| Octal | 110 | 35 | 54 | 0 | 74 | 47 | 110 | 523 | 53 | 24 |
| Binary | 1001000 | 11101 | 101100 | 0 | 111100 | 100111 | 1001000 | 101010011 | 101011 | 10100 |
Color Harmonies of #481D2C
Complementary color
Monochromatic Colors of #481D2C
Black with #481D2C
Text Example
Text Example
White with #481D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D2C; }
p { color: rgb(72,29,44); }
H1.HeaderClassName
{
color: #481D2C;
}
.AnyTagClassName
{
color: #481D2C;
}
</style>
background-color css
<style>
a { background-color: #481D2C; }
a { background-color: rgb(72,29,44); }
div.DivClassName
{
background-color: #481D2C;
}
.BgClassName
{
background-color: #481D2C;
}
</style>
border-color css
<style>
span { border-color: #481D2C; }
span { border-color: rgb(72,29,44); }
td.TdClassName
{
border-color: #481D2C;
}
.TagClassName
{
border-color: #481D2C;
}
</style>