Shades of Castro #482B34
Tints of Castro #482B34
RGB
CMYK
RGB Variations
Color information
#482B34 (or 0x482B34) is known color: Castro. HEX triplet: 48, 2B and 34. RGB value is (72,43,52). Sum of RGB (Red+Green+Blue) = 72+43+52=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #482B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B34 is #B7D4CB. Grayscale: #343434. Windows color (decimal): -12047564 or 3418952. OLE color: 3418952.
HSL color Cylindrical-coordinate representation of color #482B34: hue angle of 341.38º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B34 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 52 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.72 |
| HSL | 341.38º | 0.25% | 0.23% | - |
| HSV(B) | 341.38º | 0.4% | 0.28% | - |
| XYZ | 4.16 | 3.35 | 3.68 | - |
| YUV | 52.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 52 | 0 | 0.40 | 0.28 | 0.72 | 341.38 | 0.25 | 0.23 |
| Hex | 48 | 2B | 34 | 0 | 28 | 1C | 48 | 155 | 19 | 17 |
| Octal | 110 | 53 | 64 | 0 | 50 | 34 | 110 | 525 | 31 | 27 |
| Binary | 1001000 | 101011 | 110100 | 0 | 101000 | 11100 | 1001000 | 101010101 | 11001 | 10111 |
Color Harmonies of #482B34
Complementary color
Monochromatic Colors of #482B34
Black with #482B34
Text Example
Text Example
White with #482B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B34; }
p { color: rgb(72,43,52); }
H1.HeaderClassName
{
color: #482B34;
}
.AnyTagClassName
{
color: #482B34;
}
</style>
background-color css
<style>
a { background-color: #482B34; }
a { background-color: rgb(72,43,52); }
div.DivClassName
{
background-color: #482B34;
}
.BgClassName
{
background-color: #482B34;
}
</style>
border-color css
<style>
span { border-color: #482B34; }
span { border-color: rgb(72,43,52); }
td.TdClassName
{
border-color: #482B34;
}
.TagClassName
{
border-color: #482B34;
}
</style>