Shades of Castro #481F2F
Tints of Castro #481F2F
RGB
CMYK
RGB Variations
Color information
#481F2F (or 0x481F2F) is known color: Castro. HEX triplet: 48, 1F and 2F. RGB value is (72,31,47). Sum of RGB (Red+Green+Blue) = 72+31+47=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #481F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F2F is #B7E0D0. Grayscale: #2D2D2D. Windows color (decimal): -12050641 or 3088200. OLE color: 3088200.
HSL color Cylindrical-coordinate representation of color #481F2F: hue angle of 336.59º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F2F is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 47 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.72 |
| HSL | 336.59º | 0.4% | 0.2% | - |
| HSV(B) | 336.59º | 0.57% | 0.28% | - |
| XYZ | 3.68 | 2.56 | 2.99 | - |
| YUV | 45.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 47 | 0 | 0.57 | 0.35 | 0.72 | 336.59 | 0.4 | 0.2 |
| Hex | 48 | 1F | 2F | 0 | 39 | 23 | 48 | 151 | 28 | 14 |
| Octal | 110 | 37 | 57 | 0 | 71 | 43 | 110 | 521 | 50 | 24 |
| Binary | 1001000 | 11111 | 101111 | 0 | 111001 | 100011 | 1001000 | 101010001 | 101000 | 10100 |
Color Harmonies of #481F2F
Complementary color
Monochromatic Colors of #481F2F
Black with #481F2F
Text Example
Text Example
White with #481F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F2F; }
p { color: rgb(72,31,47); }
H1.HeaderClassName
{
color: #481F2F;
}
.AnyTagClassName
{
color: #481F2F;
}
</style>
background-color css
<style>
a { background-color: #481F2F; }
a { background-color: rgb(72,31,47); }
div.DivClassName
{
background-color: #481F2F;
}
.BgClassName
{
background-color: #481F2F;
}
</style>
border-color css
<style>
span { border-color: #481F2F; }
span { border-color: rgb(72,31,47); }
td.TdClassName
{
border-color: #481F2F;
}
.TagClassName
{
border-color: #481F2F;
}
</style>