Shades of Castro #521C2F
Tints of Castro #521C2F
RGB
CMYK
RGB Variations
Color information
#521C2F (or 0x521C2F) is known color: Castro. HEX triplet: 52, 1C and 2F. RGB value is (82,28,47). Sum of RGB (Red+Green+Blue) = 82+28+47=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2F is #ADE3D0. Grayscale: #2E2E2E. Windows color (decimal): -11396049 or 3087442. OLE color: 3087442.
HSL color Cylindrical-coordinate representation of color #521C2F: hue angle of 338.89º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C2F is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 47 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.68 |
| HSL | 338.89º | 0.49% | 0.22% | - |
| HSV(B) | 338.89º | 0.66% | 0.32% | - |
| XYZ | 4.41 | 2.83 | 3 | - |
| YUV | 46.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 47 | 0 | 0.66 | 0.43 | 0.68 | 338.89 | 0.49 | 0.22 |
| Hex | 52 | 1C | 2F | 0 | 42 | 2B | 44 | 153 | 31 | 16 |
| Octal | 122 | 34 | 57 | 0 | 102 | 53 | 104 | 523 | 61 | 26 |
| Binary | 1010010 | 11100 | 101111 | 0 | 1000010 | 101011 | 1000100 | 101010011 | 110001 | 10110 |
Color Harmonies of #521C2F
Complementary color
Monochromatic Colors of #521C2F
Black with #521C2F
Text Example
Text Example
White with #521C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C2F; }
p { color: rgb(82,28,47); }
H1.HeaderClassName
{
color: #521C2F;
}
.AnyTagClassName
{
color: #521C2F;
}
</style>
background-color css
<style>
a { background-color: #521C2F; }
a { background-color: rgb(82,28,47); }
div.DivClassName
{
background-color: #521C2F;
}
.BgClassName
{
background-color: #521C2F;
}
</style>
border-color css
<style>
span { border-color: #521C2F; }
span { border-color: rgb(82,28,47); }
td.TdClassName
{
border-color: #521C2F;
}
.TagClassName
{
border-color: #521C2F;
}
</style>