Shades of Castro #4D2635
Tints of Castro #4D2635
RGB
CMYK
RGB Variations
Color information
#4D2635 (or 0x4D2635) is known color: Castro. HEX triplet: 4D, 26 and 35. RGB value is (77,38,53). Sum of RGB (Red+Green+Blue) = 77+38+53=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2635 is #B2D9CA. Grayscale: #333333. Windows color (decimal): -11721163 or 3483213. OLE color: 3483213.
HSL color Cylindrical-coordinate representation of color #4D2635: hue angle of 336.92º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D2635 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 38 | 53 | - |
CMYK | 0 | 0.51 | 0.31 | 0.70 |
HSL | 336.92º | 0.34% | 0.23% | - |
HSV(B) | 336.92º | 0.51% | 0.3% | - |
XYZ | 4.4 | 3.22 | 3.76 | - |
YUV | 51.37 | 128.92 | 146.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 38 | 53 | 0 | 0.51 | 0.31 | 0.70 | 336.92 | 0.34 | 0.23 |
Hex | 4D | 26 | 35 | 0 | 33 | 1F | 46 | 151 | 22 | 17 |
Octal | 115 | 46 | 65 | 0 | 63 | 37 | 106 | 521 | 42 | 27 |
Binary | 1001101 | 100110 | 110101 | 0 | 110011 | 11111 | 1000110 | 101010001 | 100010 | 10111 |
Color Harmonies of #4D2635
Complementary color
Monochromatic Colors of #4D2635
Black with #4D2635
Text Example
Text Example
White with #4D2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2635; }
p { color: rgb(77,38,53); }
H1.HeaderClassName
{
color: #4D2635;
}
.AnyTagClassName
{
color: #4D2635;
}
</style>
background-color css
<style>
a { background-color: #4D2635; }
a { background-color: rgb(77,38,53); }
div.DivClassName
{
background-color: #4D2635;
}
.BgClassName
{
background-color: #4D2635;
}
</style>
border-color css
<style>
span { border-color: #4D2635; }
span { border-color: rgb(77,38,53); }
td.TdClassName
{
border-color: #4D2635;
}
.TagClassName
{
border-color: #4D2635;
}
</style>