Shades of Castro #4D2330
Tints of Castro #4D2330
RGB
CMYK
RGB Variations
Color information
#4D2330 (or 0x4D2330) is known color: Castro. HEX triplet: 4D, 23 and 30. RGB value is (77,35,48). Sum of RGB (Red+Green+Blue) = 77+35+48=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2330 is #B2DCCF. Grayscale: #313131. Windows color (decimal): -11721936 or 3154765. OLE color: 3154765.
HSL color Cylindrical-coordinate representation of color #4D2330: hue angle of 341.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D2330 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 48 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.70 |
| HSL | 341.43º | 0.38% | 0.22% | - |
| HSV(B) | 341.43º | 0.55% | 0.3% | - |
| XYZ | 4.2 | 2.99 | 3.15 | - |
| YUV | 49.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 48 | 0 | 0.55 | 0.38 | 0.70 | 341.43 | 0.38 | 0.22 |
| Hex | 4D | 23 | 30 | 0 | 37 | 26 | 46 | 155 | 26 | 16 |
| Octal | 115 | 43 | 60 | 0 | 67 | 46 | 106 | 525 | 46 | 26 |
| Binary | 1001101 | 100011 | 110000 | 0 | 110111 | 100110 | 1000110 | 101010101 | 100110 | 10110 |
Color Harmonies of #4D2330
Complementary color
Monochromatic Colors of #4D2330
Black with #4D2330
Text Example
Text Example
White with #4D2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2330; }
p { color: rgb(77,35,48); }
H1.HeaderClassName
{
color: #4D2330;
}
.AnyTagClassName
{
color: #4D2330;
}
</style>
background-color css
<style>
a { background-color: #4D2330; }
a { background-color: rgb(77,35,48); }
div.DivClassName
{
background-color: #4D2330;
}
.BgClassName
{
background-color: #4D2330;
}
</style>
border-color css
<style>
span { border-color: #4D2330; }
span { border-color: rgb(77,35,48); }
td.TdClassName
{
border-color: #4D2330;
}
.TagClassName
{
border-color: #4D2330;
}
</style>