Shades of Castro #481E2A
Tints of Castro #481E2A
RGB
CMYK
RGB Variations
Color information
#481E2A (or 0x481E2A) is known color: Castro. HEX triplet: 48, 1E and 2A. RGB value is (72,30,42). Sum of RGB (Red+Green+Blue) = 72+30+42=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E2A is #B7E1D5. Grayscale: #2B2B2B. Windows color (decimal): -12050902 or 2760264. OLE color: 2760264.
HSL color Cylindrical-coordinate representation of color #481E2A: hue angle of 342.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E2A is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 42 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.72 |
| HSL | 342.86º | 0.41% | 0.2% | - |
| HSV(B) | 342.86º | 0.58% | 0.28% | - |
| XYZ | 3.55 | 2.47 | 2.48 | - |
| YUV | 43.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 42 | 0 | 0.58 | 0.42 | 0.72 | 342.86 | 0.41 | 0.2 |
| Hex | 48 | 1E | 2A | 0 | 3A | 2A | 48 | 157 | 29 | 14 |
| Octal | 110 | 36 | 52 | 0 | 72 | 52 | 110 | 527 | 51 | 24 |
| Binary | 1001000 | 11110 | 101010 | 0 | 111010 | 101010 | 1001000 | 101010111 | 101001 | 10100 |
Color Harmonies of #481E2A
Complementary color
Monochromatic Colors of #481E2A
Black with #481E2A
Text Example
Text Example
White with #481E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E2A; }
p { color: rgb(72,30,42); }
H1.HeaderClassName
{
color: #481E2A;
}
.AnyTagClassName
{
color: #481E2A;
}
</style>
background-color css
<style>
a { background-color: #481E2A; }
a { background-color: rgb(72,30,42); }
div.DivClassName
{
background-color: #481E2A;
}
.BgClassName
{
background-color: #481E2A;
}
</style>
border-color css
<style>
span { border-color: #481E2A; }
span { border-color: rgb(72,30,42); }
td.TdClassName
{
border-color: #481E2A;
}
.TagClassName
{
border-color: #481E2A;
}
</style>