Shades of Castro #4D2333
Tints of Castro #4D2333
RGB
CMYK
RGB Variations
Color information
#4D2333 (or 0x4D2333) is known color: Castro. HEX triplet: 4D, 23 and 33. RGB value is (77,35,51). Sum of RGB (Red+Green+Blue) = 77+35+51=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2333 is #B2DCCC. Grayscale: #313131. Windows color (decimal): -11721933 or 3351373. OLE color: 3351373.
HSL color Cylindrical-coordinate representation of color #4D2333: hue angle of 337.14º 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 #4D2333 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 51 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.70 |
| HSL | 337.14º | 0.38% | 0.22% | - |
| HSV(B) | 337.14º | 0.55% | 0.3% | - |
| XYZ | 4.26 | 3.02 | 3.49 | - |
| YUV | 49.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 51 | 0 | 0.55 | 0.34 | 0.70 | 337.14 | 0.38 | 0.22 |
| Hex | 4D | 23 | 33 | 0 | 37 | 22 | 46 | 151 | 26 | 16 |
| Octal | 115 | 43 | 63 | 0 | 67 | 42 | 106 | 521 | 46 | 26 |
| Binary | 1001101 | 100011 | 110011 | 0 | 110111 | 100010 | 1000110 | 101010001 | 100110 | 10110 |
Color Harmonies of #4D2333
Complementary color
Monochromatic Colors of #4D2333
Black with #4D2333
Text Example
Text Example
White with #4D2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2333; }
p { color: rgb(77,35,51); }
H1.HeaderClassName
{
color: #4D2333;
}
.AnyTagClassName
{
color: #4D2333;
}
</style>
background-color css
<style>
a { background-color: #4D2333; }
a { background-color: rgb(77,35,51); }
div.DivClassName
{
background-color: #4D2333;
}
.BgClassName
{
background-color: #4D2333;
}
</style>
border-color css
<style>
span { border-color: #4D2333; }
span { border-color: rgb(77,35,51); }
td.TdClassName
{
border-color: #4D2333;
}
.TagClassName
{
border-color: #4D2333;
}
</style>