Shades of Castro #481929
Tints of Castro #481929
RGB
CMYK
RGB Variations
Color information
#481929 (or 0x481929) is known color: Castro. HEX triplet: 48, 19 and 29. RGB value is (72,25,41). Sum of RGB (Red+Green+Blue) = 72+25+41=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481929 is #B7E6D6. Grayscale: #282828. Windows color (decimal): -12052183 or 2693448. OLE color: 2693448.
HSL color Cylindrical-coordinate representation of color #481929: hue angle of 339.57º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481929 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 41 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.72 |
| HSL | 339.57º | 0.48% | 0.19% | - |
| HSV(B) | 339.57º | 0.65% | 0.28% | - |
| XYZ | 3.42 | 2.23 | 2.35 | - |
| YUV | 40.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 41 | 0 | 0.65 | 0.43 | 0.72 | 339.57 | 0.48 | 0.19 |
| Hex | 48 | 19 | 29 | 0 | 41 | 2B | 48 | 154 | 30 | 13 |
| Octal | 110 | 31 | 51 | 0 | 101 | 53 | 110 | 524 | 60 | 23 |
| Binary | 1001000 | 11001 | 101001 | 0 | 1000001 | 101011 | 1001000 | 101010100 | 110000 | 10011 |
Color Harmonies of #481929
Complementary color
Monochromatic Colors of #481929
Black with #481929
Text Example
Text Example
White with #481929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481929; }
p { color: rgb(72,25,41); }
H1.HeaderClassName
{
color: #481929;
}
.AnyTagClassName
{
color: #481929;
}
</style>
background-color css
<style>
a { background-color: #481929; }
a { background-color: rgb(72,25,41); }
div.DivClassName
{
background-color: #481929;
}
.BgClassName
{
background-color: #481929;
}
</style>
border-color css
<style>
span { border-color: #481929; }
span { border-color: rgb(72,25,41); }
td.TdClassName
{
border-color: #481929;
}
.TagClassName
{
border-color: #481929;
}
</style>