Shades of Castro #521B2F
Tints of Castro #521B2F
RGB
CMYK
RGB Variations
Color information
#521B2F (or 0x521B2F) is known color: Castro. HEX triplet: 52, 1B and 2F. RGB value is (82,27,47). Sum of RGB (Red+Green+Blue) = 82+27+47=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B2F is #ADE4D0. Grayscale: #2D2D2D. Windows color (decimal): -11396305 or 3087186. OLE color: 3087186.
HSL color Cylindrical-coordinate representation of color #521B2F: hue angle of 338.18º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B2F is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 47 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.68 |
| HSL | 338.18º | 0.5% | 0.21% | - |
| HSV(B) | 338.18º | 0.67% | 0.32% | - |
| XYZ | 4.38 | 2.78 | 3 | - |
| YUV | 45.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 47 | 0 | 0.67 | 0.43 | 0.68 | 338.18 | 0.5 | 0.21 |
| Hex | 52 | 1B | 2F | 0 | 43 | 2B | 44 | 152 | 32 | 15 |
| Octal | 122 | 33 | 57 | 0 | 103 | 53 | 104 | 522 | 62 | 25 |
| Binary | 1010010 | 11011 | 101111 | 0 | 1000011 | 101011 | 1000100 | 101010010 | 110010 | 10101 |
Color Harmonies of #521B2F
Complementary color
Monochromatic Colors of #521B2F
Black with #521B2F
Text Example
Text Example
White with #521B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B2F; }
p { color: rgb(82,27,47); }
H1.HeaderClassName
{
color: #521B2F;
}
.AnyTagClassName
{
color: #521B2F;
}
</style>
background-color css
<style>
a { background-color: #521B2F; }
a { background-color: rgb(82,27,47); }
div.DivClassName
{
background-color: #521B2F;
}
.BgClassName
{
background-color: #521B2F;
}
</style>
border-color css
<style>
span { border-color: #521B2F; }
span { border-color: rgb(82,27,47); }
td.TdClassName
{
border-color: #521B2F;
}
.TagClassName
{
border-color: #521B2F;
}
</style>