Shades of Castro #4A2735
Tints of Castro #4A2735
RGB
CMYK
RGB Variations
Color information
#4A2735 (or 0x4A2735) is known color: Castro. HEX triplet: 4A, 27 and 35. RGB value is (74,39,53). Sum of RGB (Red+Green+Blue) = 74+39+53=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2735 is #B5D8CA. Grayscale: #333333. Windows color (decimal): -11917515 or 3483466. OLE color: 3483466.
HSL color Cylindrical-coordinate representation of color #4A2735: hue angle of 336º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A2735 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 53 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.71 |
| HSL | 336º | 0.31% | 0.22% | - |
| HSV(B) | 336º | 0.47% | 0.29% | - |
| XYZ | 4.19 | 3.16 | 3.76 | - |
| YUV | 51.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 53 | 0 | 0.47 | 0.28 | 0.71 | 336 | 0.31 | 0.22 |
| Hex | 4A | 27 | 35 | 0 | 2F | 1C | 47 | 150 | 1F | 16 |
| Octal | 112 | 47 | 65 | 0 | 57 | 34 | 107 | 520 | 37 | 26 |
| Binary | 1001010 | 100111 | 110101 | 0 | 101111 | 11100 | 1000111 | 101010000 | 11111 | 10110 |
Color Harmonies of #4A2735
Complementary color
Monochromatic Colors of #4A2735
Black with #4A2735
Text Example
Text Example
White with #4A2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2735; }
p { color: rgb(74,39,53); }
H1.HeaderClassName
{
color: #4A2735;
}
.AnyTagClassName
{
color: #4A2735;
}
</style>
background-color css
<style>
a { background-color: #4A2735; }
a { background-color: rgb(74,39,53); }
div.DivClassName
{
background-color: #4A2735;
}
.BgClassName
{
background-color: #4A2735;
}
</style>
border-color css
<style>
span { border-color: #4A2735; }
span { border-color: rgb(74,39,53); }
td.TdClassName
{
border-color: #4A2735;
}
.TagClassName
{
border-color: #4A2735;
}
</style>