Shades of Castro #481A2D
Tints of Castro #481A2D
RGB
CMYK
RGB Variations
Color information
#481A2D (or 0x481A2D) is known color: Castro. HEX triplet: 48, 1A and 2D. RGB value is (72,26,45). Sum of RGB (Red+Green+Blue) = 72+26+45=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #481A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A2D is #B7E5D2. Grayscale: #292929. Windows color (decimal): -12051923 or 2955848. OLE color: 2955848.
HSL color Cylindrical-coordinate representation of color #481A2D: hue angle of 335.22º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A2D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 45 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.72 |
| HSL | 335.22º | 0.47% | 0.19% | - |
| HSV(B) | 335.22º | 0.64% | 0.28% | - |
| XYZ | 3.52 | 2.31 | 2.74 | - |
| YUV | 41.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 45 | 0 | 0.64 | 0.38 | 0.72 | 335.22 | 0.47 | 0.19 |
| Hex | 48 | 1A | 2D | 0 | 40 | 26 | 48 | 14F | 2F | 13 |
| Octal | 110 | 32 | 55 | 0 | 100 | 46 | 110 | 517 | 57 | 23 |
| Binary | 1001000 | 11010 | 101101 | 0 | 1000000 | 100110 | 1001000 | 101001111 | 101111 | 10011 |
Color Harmonies of #481A2D
Complementary color
Monochromatic Colors of #481A2D
Black with #481A2D
Text Example
Text Example
White with #481A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A2D; }
p { color: rgb(72,26,45); }
H1.HeaderClassName
{
color: #481A2D;
}
.AnyTagClassName
{
color: #481A2D;
}
</style>
background-color css
<style>
a { background-color: #481A2D; }
a { background-color: rgb(72,26,45); }
div.DivClassName
{
background-color: #481A2D;
}
.BgClassName
{
background-color: #481A2D;
}
</style>
border-color css
<style>
span { border-color: #481A2D; }
span { border-color: rgb(72,26,45); }
td.TdClassName
{
border-color: #481A2D;
}
.TagClassName
{
border-color: #481A2D;
}
</style>