Shades of Castro #481B2D
Tints of Castro #481B2D
RGB
CMYK
RGB Variations
Color information
#481B2D (or 0x481B2D) is known color: Castro. HEX triplet: 48, 1B and 2D. RGB value is (72,27,45). Sum of RGB (Red+Green+Blue) = 72+27+45=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B2D is #B7E4D2. Grayscale: #2A2A2A. Windows color (decimal): -12051667 or 2956104. OLE color: 2956104.
HSL color Cylindrical-coordinate representation of color #481B2D: hue angle of 336º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B2D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 45 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.72 |
| HSL | 336º | 0.45% | 0.19% | - |
| HSV(B) | 336º | 0.63% | 0.28% | - |
| XYZ | 3.54 | 2.35 | 2.75 | - |
| YUV | 42.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 45 | 0 | 0.62 | 0.38 | 0.72 | 336 | 0.45 | 0.19 |
| Hex | 48 | 1B | 2D | 0 | 3E | 26 | 48 | 150 | 2D | 13 |
| Octal | 110 | 33 | 55 | 0 | 76 | 46 | 110 | 520 | 55 | 23 |
| Binary | 1001000 | 11011 | 101101 | 0 | 111110 | 100110 | 1001000 | 101010000 | 101101 | 10011 |
Color Harmonies of #481B2D
Complementary color
Monochromatic Colors of #481B2D
Black with #481B2D
Text Example
Text Example
White with #481B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B2D; }
p { color: rgb(72,27,45); }
H1.HeaderClassName
{
color: #481B2D;
}
.AnyTagClassName
{
color: #481B2D;
}
</style>
background-color css
<style>
a { background-color: #481B2D; }
a { background-color: rgb(72,27,45); }
div.DivClassName
{
background-color: #481B2D;
}
.BgClassName
{
background-color: #481B2D;
}
</style>
border-color css
<style>
span { border-color: #481B2D; }
span { border-color: rgb(72,27,45); }
td.TdClassName
{
border-color: #481B2D;
}
.TagClassName
{
border-color: #481B2D;
}
</style>