Shades of Castro #48222C
Tints of Castro #48222C
RGB
CMYK
RGB Variations
Color information
#48222C (or 0x48222C) is known color: Castro. HEX triplet: 48, 22 and 2C. RGB value is (72,34,44). Sum of RGB (Red+Green+Blue) = 72+34+44=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48222C is #B7DDD3. Grayscale: #2E2E2E. Windows color (decimal): -12049876 or 2892360. OLE color: 2892360.
HSL color Cylindrical-coordinate representation of color #48222C: hue angle of 344.21º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48222C is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 44 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.72 |
| HSL | 344.21º | 0.36% | 0.21% | - |
| HSV(B) | 344.21º | 0.53% | 0.28% | - |
| XYZ | 3.7 | 2.7 | 2.71 | - |
| YUV | 46.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 44 | 0 | 0.53 | 0.39 | 0.72 | 344.21 | 0.36 | 0.21 |
| Hex | 48 | 22 | 2C | 0 | 35 | 27 | 48 | 158 | 24 | 15 |
| Octal | 110 | 42 | 54 | 0 | 65 | 47 | 110 | 530 | 44 | 25 |
| Binary | 1001000 | 100010 | 101100 | 0 | 110101 | 100111 | 1001000 | 101011000 | 100100 | 10101 |
Color Harmonies of #48222C
Complementary color
Monochromatic Colors of #48222C
Black with #48222C
Text Example
Text Example
White with #48222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48222C; }
p { color: rgb(72,34,44); }
H1.HeaderClassName
{
color: #48222C;
}
.AnyTagClassName
{
color: #48222C;
}
</style>
background-color css
<style>
a { background-color: #48222C; }
a { background-color: rgb(72,34,44); }
div.DivClassName
{
background-color: #48222C;
}
.BgClassName
{
background-color: #48222C;
}
</style>
border-color css
<style>
span { border-color: #48222C; }
span { border-color: rgb(72,34,44); }
td.TdClassName
{
border-color: #48222C;
}
.TagClassName
{
border-color: #48222C;
}
</style>