Shades of Castro #481B2A
Tints of Castro #481B2A
RGB
CMYK
RGB Variations
Color information
#481B2A (or 0x481B2A) is known color: Castro. HEX triplet: 48, 1B and 2A. RGB value is (72,27,42). Sum of RGB (Red+Green+Blue) = 72+27+42=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B2A is #B7E4D5. Grayscale: #2A2A2A. Windows color (decimal): -12051670 or 2759496. OLE color: 2759496.
HSL color Cylindrical-coordinate representation of color #481B2A: hue angle of 340º 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 #481B2A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 42 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.72 |
| HSL | 340º | 0.45% | 0.19% | - |
| HSV(B) | 340º | 0.63% | 0.28% | - |
| XYZ | 3.48 | 2.33 | 2.46 | - |
| YUV | 42.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 42 | 0 | 0.62 | 0.42 | 0.72 | 340 | 0.45 | 0.19 |
| Hex | 48 | 1B | 2A | 0 | 3E | 2A | 48 | 154 | 2D | 13 |
| Octal | 110 | 33 | 52 | 0 | 76 | 52 | 110 | 524 | 55 | 23 |
| Binary | 1001000 | 11011 | 101010 | 0 | 111110 | 101010 | 1001000 | 101010100 | 101101 | 10011 |
Color Harmonies of #481B2A
Complementary color
Monochromatic Colors of #481B2A
Black with #481B2A
Text Example
Text Example
White with #481B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B2A; }
p { color: rgb(72,27,42); }
H1.HeaderClassName
{
color: #481B2A;
}
.AnyTagClassName
{
color: #481B2A;
}
</style>
background-color css
<style>
a { background-color: #481B2A; }
a { background-color: rgb(72,27,42); }
div.DivClassName
{
background-color: #481B2A;
}
.BgClassName
{
background-color: #481B2A;
}
</style>
border-color css
<style>
span { border-color: #481B2A; }
span { border-color: rgb(72,27,42); }
td.TdClassName
{
border-color: #481B2A;
}
.TagClassName
{
border-color: #481B2A;
}
</style>