Shades of Castro #481E2C
Tints of Castro #481E2C
RGB
CMYK
RGB Variations
Color information
#481E2C (or 0x481E2C) is known color: Castro. HEX triplet: 48, 1E and 2C. RGB value is (72,30,44). Sum of RGB (Red+Green+Blue) = 72+30+44=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E2C is #B7E1D3. Grayscale: #2C2C2C. Windows color (decimal): -12050900 or 2891336. OLE color: 2891336.
HSL color Cylindrical-coordinate representation of color #481E2C: hue angle of 340º 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 #481E2C is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 44 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.72 |
| HSL | 340º | 0.41% | 0.2% | - |
| HSV(B) | 340º | 0.58% | 0.28% | - |
| XYZ | 3.59 | 2.49 | 2.67 | - |
| YUV | 44.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 44 | 0 | 0.58 | 0.39 | 0.72 | 340 | 0.41 | 0.2 |
| Hex | 48 | 1E | 2C | 0 | 3A | 27 | 48 | 154 | 29 | 14 |
| Octal | 110 | 36 | 54 | 0 | 72 | 47 | 110 | 524 | 51 | 24 |
| Binary | 1001000 | 11110 | 101100 | 0 | 111010 | 100111 | 1001000 | 101010100 | 101001 | 10100 |
Color Harmonies of #481E2C
Complementary color
Monochromatic Colors of #481E2C
Black with #481E2C
Text Example
Text Example
White with #481E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E2C; }
p { color: rgb(72,30,44); }
H1.HeaderClassName
{
color: #481E2C;
}
.AnyTagClassName
{
color: #481E2C;
}
</style>
background-color css
<style>
a { background-color: #481E2C; }
a { background-color: rgb(72,30,44); }
div.DivClassName
{
background-color: #481E2C;
}
.BgClassName
{
background-color: #481E2C;
}
</style>
border-color css
<style>
span { border-color: #481E2C; }
span { border-color: rgb(72,30,44); }
td.TdClassName
{
border-color: #481E2C;
}
.TagClassName
{
border-color: #481E2C;
}
</style>